John Bampton
11d45654a6
misc: fix spelling ( #7206 )
...
This PR fixes spellings
2023-05-23 11:06:16 +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
Will Stevens
f045d65b90
complete implementation of the StrongSwan VPN feature
2017-02-02 16:18:06 -05:00
sanjeevn
4497c6064a
Added few validation steps after adding vpncustomer gateway with hostname
...
Changes are as per review comments in PR#1308
2016-01-08 16:22:31 +05:30
sanjeevn
88327b99f7
Test to verify CS-45057
...
Bug-Id: CS-45057
Reviewed-by: Self
2016-01-08 16:22:00 +05:30
sanjeev
7d1dc04a43
CLOUDSTACK-9016: Deploy vm with gateway ip address in VPC
...
Signed-off-by: sanjeev <sanjeev@apache.org>
2015-11-02 14:41:25 +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 f4498c48e30b473b2388c012b2e745bcbf9261c4, reversing
changes made to 7a2e27c3b3b3a3fef887f2bdcaa47a4980d904e4.
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
Gaurav Aradhye
f52f968c83
CLOUDSTACK-8100: Fixed pep8 issues in test_vpc.py
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-12-22 12:55:41 +05:30
Girish Shilamkar
598e9b1cbc
CLOUDSTACK-7413: Adding required_hardware tag to regression test cases so that the test cases are picked up by simulator accordingly
2014-08-25 09:14:22 +05:30
Gaurav Aradhye
a0ad836fd2
CLOUDSTACK-6758: [Marvin] Detect failed job and throw exception
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-05-26 10:50:08 +05:30
Gaurav Aradhye
2e9cc58af6
CLOUDSTACK-6657: Adding condition for checking error code 530 across test cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-05-17 16:12:33 +05:30
SrikanteswaraRao Talluri
b83407fca3
CLOUDSTACK-6316: Fixed component and smoke test failures-second pass
2014-04-09 19:53:50 +05:30
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
SrikanteswaraRao Talluri
818d4a6d9d
CLOUDSTACK-6316: Fixed component and smoke test failures for wrong references
2014-04-08 16:08:27 +05:30
SrikanteswaraRao Talluri
91a5e3bb66
CLOUDSTACK-6125: adding 'selfservice','provisioning' tags to segregate the tests
...
that can be run on simulator only and that needs hardware.
2014-03-28 15:34:57 +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
Santhosh Edukulla
9393275611
CLOUDSTACK-5674: Added Fix for CLOUDSTACK-5674,5498,5500 and other issues as
...
part of cleanup
2014-01-22 12:19:20 +05:30
Prasanna Santhanam
75cd6cce40
Fix VPC test
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-09 12:08:27 +05:30
Sheng Yang
8e395b2a89
Automation: Fix test_vpc.py
2013-08-07 15:51:06 -07:00
Sheng Yang
f3cf319c37
Automation: Fix clean up in tearDown
...
We shouldn't clean up class-scope resources(_cleanup). We should create local
ones(cleanup) then clean it.
So:
cls._cleanup would be used for class-scope resources.
self.cleanup would be used for each unit.
2013-07-23 21:20:02 -07:00
Sheng Yang
5b238fa4af
Automation: Fix enormous missing tearDown() for test cases
...
This result in countless test case failure because many test case units didn't
clean up after it.
The regression test result should be improved quite a bit after this change.
2013-07-23 12:10:37 -07:00
Sheng Yang
982c0b5dfb
CLOUDSTACK-3643: Automation: Fix wrong network acl rule for ping
2013-07-21 22:24:03 -07:00
Sheng Yang
88c84d9109
CLOUDSTACK-3643: Fix wrong protocol type and test case sequence
2013-07-19 19:27:14 -07:00
Prasanna Santhanam
7d6b4a4a97
Fix vpc network tests and reduce delay by removing wait for cleanup
...
CIDR dictionary changes in the test causing the subsequent test to fail.
Reinitialize the dictionary at the beginning of the test
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-19 16:55:22 +05:30
Prasanna Santhanam
b91978545a
Don't wait for account gc
...
Account GC is automatic, it's not required to wait for cleanup in the
tearDown method
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-19 15:16:45 +05:30
Prasanna Santhanam
363a7b933c
list the VPCs with vpc id not network id
...
test failed because of incorrectly listing the VPC using the networkid.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 22:25:01 +05:30
Prasanna Santhanam
28b598b4ac
Fix VPC tests related to user roles
...
Many vpc tests fail because of incorrect apiClient passed in to create
the VPC, network etc. The exact method used is getUserApiClient to fetch
the apiclient for a specific user.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 17:32:05 +05:30
Prasanna Santhanam
a5189b1550
Fix the listVPC based on user roles
...
listVPC based on user roles uses the old account.account reference
causing the test to fail.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 17:32:05 +05:30
Prasanna Santhanam
0587d3a496
Moving maintenance mode into component/maint
...
All tests that could possible disrupt the runs of other tests because of
putting resources into maintenace will be put under maint/. This should
allow us to run the tests sequentially when other tests are not running
on a deployment.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 12:33:57 +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
a92abaa916
multiple fixes to regression tests in test/component
...
- invalid variable references
- syntax/indentation errors
- self/cls reference errors
- some logic fixes in redundant router suite
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-05-14 11:42:34 +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
Prasanna Santhanam
894413e362
Marvin IP cleared tests for various cloudstack components
...
One big blob of all the tests that were posted for IP clearance several
months ago. IP clearance VOTE has passed on general@
Ref: http://markmail.org/thread/xareczan2kx4hhom
RAT check passed.
2013-05-14 10:24:27 +05:30