Merge pull request #1431 from sneeladh/master CLOUDSTACK-9304: Add nuagevsp userdata testcase (Cloudstack-9095) & Refactor existing testcaseshttps://issues.apache.org/jira/browse/CLOUDSTACK-9304
1. Created folder / test / integration / plugins / nuagevsp 2. Moved test_nuage_vpc_network.py , test_nuage_vsp.py from / test / integration / component / to---> / test / integration / plugins / nuagevsp/ 3. Added new testcase test_nuage_password_reset.py (Cloudstack-9095) 4. Added Nuage class in / tools / marvin / marvin / lib / base.py 5. Added services in / tools / marvin / marvin / config / test_data.py results: test_01_UserDataPasswordReset (nuagevsp.test_nuage_password_reset.TestNuagePasswordReset) ... === TestName: test_01_UserDataPasswordReset | Status : SUCCESS === ok Test Basic VPC Network Functionality with NuageVsp network Plugin ... === TestName: test_nuage_vpc_network | Status : SUCCESS === ok Test NuageVsp network plugin with basic Isolated Network functionality ... === TestName: test_nuage_vsp | Status : SUCCESS === ok ---------------------------------------------------------------------- XML: /root/report_xunit.xml ---------------------------------------------------------------------- [PassLogs.zip](https://github.com/apache/cloudstack/files/164368/PassLogs.zip) Ran 3 tests in 2406.256s OK #CLOUDSTACK-9304 * pr/1431: Made the code Pyflakes compliant CLOUDSTACK-9304 - Exit loop when Physical Network with isolation as VSP is found modified: nuageTestCase.py CLOUDSTACK-9304 - Modified Description deleted: test_vpcnetwork_nuage.py new file: ../plugins/nuagevsp/__init__.py Add nuagevsp userdata testcase (Cloudstack-9095) & Refactor existing testcases Signed-off-by: Srikanteswararao Talluri <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/de173bd8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/de173bd8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/de173bd8 Branch: refs/heads/master Commit: de173bd8921ef926ace405796b4037902ce1979e Parents: dc0ba6b 65d7ae3 Author: Srikanteswararao Talluri <tall...@apache.org> Authored: Thu Mar 17 19:49:20 2016 +0530 Committer: Srikanteswararao Talluri <tall...@apache.org> Committed: Thu Mar 17 19:49:20 2016 +0530 ---------------------------------------------------------------------- test/integration/component/test_nuage_vsp.py | 334 -------- .../component/test_vpcnetwork_nuage.py | 295 ------- test/integration/plugins/nuagevsp/__init__.py | 16 + .../plugins/nuagevsp/nuageTestCase.py | 804 +++++++++++++++++++ .../nuagevsp/test_nuage_password_reset.py | 276 +++++++ .../plugins/nuagevsp/test_nuage_vpc_network.py | 98 +++ .../plugins/nuagevsp/test_nuage_vsp.py | 106 +++ tools/marvin/marvin/config/test_data.py | 110 +++ tools/marvin/marvin/lib/base.py | 55 ++ 9 files changed, 1465 insertions(+), 629 deletions(-) ----------------------------------------------------------------------