John Bampton
78f9e6584b
UI(vue) + extras: fix bugs/spelling and standardize ( #12073 )
2025-12-11 16:41:50 +01:00
John Bampton
f090c77f41
misc: fix spelling ( #7549 )
...
Co-authored-by: Stephan Krug <stekrug@icloud.com>
2023-11-02 09:23:53 +01:00
John Bampton
182899d0b5
Add Python flake8 linting for W291 trailing whitespace with Super-Linter ( #4687 )
...
* refactor: remove trailing whitespace from Python files
* Add the GitHub Super-Linter
Add Python flake8 linting for W291 trailing whitespace
* Add licenses
2022-03-28 11:40:26 -03:00
dahn
571a361926
tests: component test ports/fixes in python3 ( #5082 )
...
* cleanup plan
* more robust cleanup within member method
* ss_domain_limits fixed
* egress 'icmp' instead of 'all' and cleanup
* configdrive syntax, fixed to be up to par with py2
* cleanup fixed the lb secondary ip tests?
* deal with different base64 encoding in py3 for userdata
* cleanup of multiple_ips_per_nic
* cleanup and reformat of test_volumes
* cleanup and fixes for test_ps_domain_limits.py
* cleanup and fix of test_ps_limits.py
* fix occasional match of float against int
* cleanup and fix test_ps_resize_volume.py
* cleanup and fix test_snapshots
* cleanup ss_max_limits and fix for float vs int problem in API
* mere cleanup of test_volume_destroy_recover
* add missing command creation
* cleanup of test_vpc_on_host_maintenance
* cleanup test_vpc_network
* cleanup, comments and logging in test_vpc_network_lbrules
* cleanup of test_vpc_network_pfrules
* cleanup and format code for test_vpc_network_staticnatrule
* f string instead of conversion specifiers
* check http and ssh fix and cleanup (for vpc pfrules tests)
* generalise create network method
* make ip optional in creating webserver
* remove unused code and add rules to enable ssh
* more cleanup
* remove unused code and cleanup
* small cleanup, mostly precarous run environment required
* cleanup and removed unused code
* advancedsg only, cleanup, pulled in services
* reformat/cleanup
* log result of error after verify rule
* add nw_off_no_services
* tags=["TODO"] for escalations_networks
* tags=["TODO"] for organization_states
* tags=["TODO"] for browse_templates
* tags=["TODO"] for configdrive
* tags=["TODO"] for vpc_vms_deployment
* add remove network cleanup and fixes
* move tests that fail on all platforms out of the way
Co-authored-by: Daan Hoogland <dahn@onecht.net>
2021-09-02 16:03:49 +05:30
dahn
a1f825e7c7
python3: Migrate Marvin and smoketests to python3 ( #4727 )
...
This PR prepares marvin and tests for python3. it was part of #4479 , until nose2 was decided to be abandoned from that PR.
Re-PR of #4543 and #3730 to enable cooperation
Co-authored-by: Daan Hoogland <dahn@onecht.net>
Co-authored-by: Gabriel Beims Bräscher <gabriel@apache.org>
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-05-04 23:19:37 +05:30
Boris Stoyanov - a.k.a Bobby
67f509dc57
CLOUDSTACK-10163: Component tests sanity ( #2344 )
...
Fixing some component tests and adding them in travis.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2018-01-01 16:44:18 +05:30
Gaurav Aradhye
0552039a8a
CLOUDSTACK-8445: Keep only dvs tag for test case which tests the VCenter port groups
...
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #300
2015-05-26 12:13:42 +05:30
sanjeev
e6de9abeb4
CLOUDSTACK-8508 Install wget package inside LXC vm
...
This closes #295
2015-05-25 17:04:34 +05:30
Gaurav Aradhye
e81161def8
CLOUDSTACK-8374: Adding tests for guest traffic port group verification - VPC network
2015-04-14 18:17:17 +05:30
Gaurav Aradhye
62a733e8cf
CLOUDSTACK-8330: Tagging test cases which should be run with vmware dvs configuration
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2015-03-20 17:20:55 +05:30
SrikanteswaraRao Talluri
5cea73d413
Revert "Merge branch '8330' of https://github.com/gauravaradhye/cloudstack "
...
This reverts commit f4498c48e3 , reversing
changes made to 7a2e27c3b3 .
2015-03-20 17:14:07 +05:30
Gaurav Aradhye
104ea2b5ef
CLOUDSTACK-8330: Tagging test cases which should be run with vmware dvs configuration
2015-03-20 10:28:39 +05:30
SrikanteswaraRao Talluri
cf82af9567
CLOUDSTACK-8161: disabled vm migrate related test cases for LXC.
2015-02-08 00:52:05 +05:30
Chandan Purushothama
20a8852db1
CLOUDSTACK-7928 : Fixed the script 'test_vpc_vm_life_cycle.py' - Removed the Invalid test cases for Stopped VPC VR Scenario
2014-11-18 19:19:44 -08:00
Chandan Purushothama
e712ac78d0
CLOUDSTACK-7810 : Fixed the script 'test_vpc_vm_life_cycle.py'
2014-11-17 17:35:13 -08:00
Chandan Purushothama
76ef987e7c
CLOUDSTACK-7876 - Fixed the script 'test_vpc_vm_life_cycle.py' - Destruction of VM before it can be recovered needs to be prevented
2014-11-12 16:04:55 -08:00
Gaurav Aradhye
402fc914cf
CLOUDSTACK-7393: Expunging VM immediately and removing unncessary wait in test_vpc_vm_life_cycle.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-09 11:43:54 +05:30
Gaurav Aradhye
ffbcd29103
CLOUDSTACK-7393: Fixed host tags issue in test_vpc_vm_life_cycle.py, This enables 9 test cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-05 14:33:23 +05:30
Gaurav Aradhye
c32b19a07d
CLOUDSTACK-7215: Make expunge=True as default parameter value while calling destroyVirtualMachine through base library
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-08-04 12:21:32 +05:30
Girish Shilamkar
247c796693
CLOUDSTACK-6536: Code cleanup - removing unnecessary waits after VM stop operation, modifying imports, removing white-spaces, adding try catch blocks whenever necessary
2014-05-07 02:43:10 -04:00
SrikanteswaraRao Talluri
0e223d6787
Merge branch 'master' into marvin
...
Conflicts:
test/integration/component/test_base_image_updation.py
test/integration/component/test_cpu_domain_limits.py
test/integration/component/test_cpu_limits.py
test/integration/component/test_cpu_project_limits.py
test/integration/component/test_ip_reservation.py
test/integration/component/test_memory_limits.py
test/integration/component/test_mm_domain_limits.py
test/integration/component/test_mm_project_limits.py
test/integration/component/test_persistent_networks.py
test/integration/component/test_portable_ip.py
test/integration/component/test_routers.py
test/integration/smoke/test_deploy_vm.py
test/integration/smoke/test_deploy_vm_with_userdata.py
test/integration/smoke/test_internal_lb.py
test/integration/smoke/test_vm_life_cycle.py
test/integration/smoke/test_volumes.py
tools/marvin/marvin/codes.py
tools/marvin/marvin/configGenerator.py
tools/marvin/marvin/lib/base.py
tools/marvin/marvin/lib/common.py
tools/marvin/marvin/lib/utils.py
2014-04-08 17:53:37 +05:30
Gaurav Aradhye
3b3ae02459
CLOUDSTACK-5626: Simplifying VM Migrate code
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-03-10 11:18:26 +05:30
Girish Shilamkar
d70ef2a279
CLOUDSTACK-5925: Changes to regression tests as per new get_zone, get_pod etc definitions
2014-02-26 17:13:21 +05:30
Santhosh Edukulla
bf72441d13
CLOUDSTACK-6006: Remove integration folder and lib
2014-02-04 12:01:58 +05:30
Girish Shilamkar
842b58d6ee
CLOUDTACK-5626: Made few changes to test_vpc_vm_life_cycle.py
2014-01-14 11:19:22 +05:30
Ashutosh K
4b5a0ca4c2
CLOUDSTACK-5230: Removing test cases' dependency on each other leading to failures
2013-12-04 11:37:22 +05:30
Parth Jagirdar
58fd6f0603
CLOUDSTACK-5223: Fix hosttags.
...
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-26 13:23:40 +05:30
Gaurav Aradhye
6aca7de291
CLOUDSTACK-5215: Correcting and refactoring code related to
...
getting free vlan
2013-11-21 10:53:27 +05:30
Girish Shilamkar
e2051de98e
CLOUDSTACK-5187: Fix test_vpc_vm_life_cycle recover tests
...
The vms were recovered without deleting the vms first
therefore the API failed.
2013-11-15 23:38:57 -05:00
Ashutosh K
401e0ca0ba
Including tests for VPC VM Lifecycle on Tagged hosts
2013-11-13 21:56:51 +05:30
Santhosh Edukulla
4473bb2185
Fixed few indentation errors and removed unwanted imports
2013-11-11 10:32:01 +05:30
Santhosh Edukulla
c7fe212c3b
CLOUDSTACK-5099: Utils.py-has-wrong-reference, cleaned it. As well added Uniform naming convention
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-08 16:34:46 +05:30
SrikanteswaraRao Talluri
65b12f45b9
Revert "CLOUSTACK-5099: Utils.py-has-wrong-reference, cleaned it. As well added Uniform naming convention"
...
This reverts commit ec00a6fb74 .
2013-11-08 16:05:30 +05:30
Santhosh Edukulla
ec00a6fb74
CLOUSTACK-5099: Utils.py-has-wrong-reference, cleaned it. As well added Uniform naming convention
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-11-08 16:02:10 +05:30
Ashutosh K
5d75c6b75c
CLOUDSTACK-4996: Resolved gateway accessibility issue
...
Gateway of isolated network is pinged instead of shared
network
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
2013-11-07 16:03:57 +05:30
Gaurav Aradhye
98daad9300
CLOUDSTACK:4537 - Fixed shared network and vpc test cases
...
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-10-07 21:42:45 +05:30
Girish Shilamkar
6c73308d0c
CLOUDSTACK-4144: Add free vlan to shared network in TestVMLifeCycleSharedNwVPC
...
Shared network has to have specifyVlan = True. So changed it to True
and aded a function to get free vlan.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 9ff40829a9 )
2013-08-24 10:06:22 +05:30
Sheng Yang
3c1b6c69be
Automation: Disable TestVMLifeCycleSharedNwVPC test suite
...
Rather than TestVMLifeCycleVPC.
Shared network's setup is wrong.
2013-08-19 11:25:37 -07:00
Prasanna Santhanam
0eb1690872
CLOUDSTACK-4340: Add more debug logging
...
VM (id) moves from host (id) to host (id)
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit da0bb63005 )
2013-08-19 15:42:37 +05:30
Rayees Namathponnan
ab254a5131
TestVMLifeCycleSharedNwVPC need to disable since its failing, netscaler configuration need to change
...
Signed-off-by: Edison Su <sudison@gmail.com>
2013-08-12 17:20:01 -07:00
Girish Shilamkar
f1734ed71d
CLOUDSTACK-4144 Make specifyVlan to false for shared network
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-08 16:59:49 +05:30
Sheng Yang
f3dd0c6008
Automation: More fix fox test_vpc_vm_life_cycle.py
...
You cannot reach VPC router IP because you're in one of it's networks.
As well as adding missing import for test_vpc_network_pfrules.py
2013-08-01 18:52:30 -07:00
Sheng Yang
6007380252
Automation: Reconnect the ssh for test_vpc_vm_life_cycle.py
...
Since VM are reused for test cases, we need to reconnect the SSH client to avoid
error like:
Failed to SSH into VM, SSH session not active
2013-08-01 18:00:23 -07:00
Sheng Yang
c576917107
Automation: Fix endless silly test cases
2013-07-26 00:20:01 -07:00
Prasanna Santhanam
03e283c4b3
Unskip skipped tests
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-10 15:50:50 +05:30
Prasanna Santhanam
4a99f47581
Fixes to test_vpc_lifecycle
...
- Removing redundant creation of VPC offerings
- Removing cleanup based on configurations.GC should happen by default
- Speed up the run by not waiting for complete gc.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-10 15:41:56 +05:30
Prasanna Santhanam
6607b1e5f1
Adding serviceCapability LB:Public for VPC
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-10 14:52:47 +05:30
Prasanna Santhanam
8bc72ad55c
Unskip all skipped tests
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-10 10:04:52 +05:30
Prasanna Santhanam
54ac779b8f
Fix all occurrences of account.account
...
Fixes the dereference of account objects with account.account. This is
to conform to recent library changes in Marvin
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-05-20 22:59:52 +05:30
Prasanna Santhanam
8f57a851be
account name dereferences as account.name
...
Fix to tests to conform to library changes.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-05-14 10:34:01 +05:30