Commit Graph

10 Commits

Author SHA1 Message Date
Jenkins ee5b9a0de2 Merge "Tech dept: fix comments from previous commit with new tests" 2016-08-31 13:39:03 +00:00
Nguyen Hung Phuong 5529692c6c Clean imports in code
In some part in the code we import objects. Openstack style
guideline recommends to import only modules.

Change-Id: I72a25f76c7fe3c9d592a310580181e72734d374c
2016-08-31 16:51:50 +07:00
Anastasia Kuznetsova fd00e5d286 Tech dept: fix comments from previous commit with new tests
Change-Id: Iba1c3885063860f8442aae759805db8bf8ec4083
2016-08-30 19:38:05 +03:00
Anastasia Kuznetsova 51693817ef Add test for full CiCd flow
Added new test that check deployment of CiCd app
and goes throught the full flow with deploying app to Tomcat.

Change-Id: I7ca7bd4182deb87615ba312a0c78f0fb37b91440
2016-08-17 16:33:19 +03:00
Anastasia Kuznetsova 76b1023423 Fix issue in teardown when cleanup_after is used
Fix error
"File "tests/base.py", line 121, in tearDown
   os.remove(file)
OSError: [Errno 21] Is a directory:"
that has occured in teardown when OS_CLEANUP_AFTER is TRUE

Change-Id: I9c3ad125b7c9034fe6f6bab7a0dae1acbe15289a
2016-08-02 13:20:05 +03:00
Jenkins e193e0fe12 Merge "Collect murano-agent logs after test execution" 2016-07-14 13:39:23 +00:00
Anastasia Kuznetsova 68c3a85d5c Collect murano-agent logs after test execution
* Added creation of keypair in every test, remove usage of
  alredy prepared and uploaded to CI
* Creation of new keypair gave an ability to implement method
  that collect murano-agent logs from VMs with apps after test
  and publish them in job artifacts directory
* Small refactoring of setupUp method was made

Change-Id: Icb6833e3f57f37670315bd21bcdd6d4309ca1d43
2016-07-13 16:40:56 +03:00
Anastasia Kuznetsova 6e9a409dbc Add checks for Zuul and Nodepool to the functional test
Functional test was updated previously and now it checks
deploy of all apps, but post-deployment checks
(like app's port availability) for Zuul and Nodepool were omitted.

Change-Id: Ib8b893390b86499ca9b10bea302983edff00f308
2016-07-08 18:46:11 +03:00
Nikolay Mahotkin e960aa0f9a Integration Zuul and Nodepool into CI/CD App
* Using utility application ZuulNodepoolHelper
 * update test_cicd_apps

Change-Id: I4b0e093c0583b56a1b896d4304b71bcda42c8f0c
2016-06-29 16:32:10 +03:00
Anastasia Kuznetsova 539613ce4f Add new version of tests
- Created new tests structure
- Refactored and partially rewrote code from ugly.py
- Added tox.ini

Change-Id: I154906b8fcc7870b82fd2b782d03e029d9dd1df2
2016-06-23 14:20:57 +03:00