Commit Graph

6 Commits

Author SHA1 Message Date
hparekh 568bbf5384 Removed mistral/tests/functional
All the changes has been merged to mistral_tempest_tests.
Also scrits has been changed.

Change-Id: I6c514a3c75f1b6e3b94b0e9b0e542697b68d9a02
Partially-Implements: blueprint mistral-tempest-plugin
2016-01-29 11:04:03 +09:00
hparekh 9e3b77271f "test_ssh_actions" failed test has been fix
Tempest has change security_group_rules_client to
compute_security_group_rules_client.

Also floating ip has been deassociated from server
Following is failure log.
http://logs.openstack.org/93/263593/2/check/gate-mistral-devstack-dsvm/07ef154/console.html

Change-Id: Ieec8867b447ef81624dc86cde5938e163d6c268d
2016-01-07 15:54:55 +09:00
Anastasia Kuznetsova e1161dc1f9 Fix client name in setUpClass's method in 'test_ssh_actions'
Because of change in tempest (https://review.openstack.org/#/c/256050/)
one of the used clients was renamed. This commit fixes tests to use
proper name.

Change-Id: Ic6a1d5a7314849e364c52d29ac1b520fb852818e
2015-12-21 13:45:15 +03:00
Nikolay Mahotkin 3cf7a43435 Fixing reference of floating_ips_client in tests
* Reference for floating_ips_client in tempest has
 been changed: https://review.openstack.org/#/c/244297/

Change-Id: I84e5998030d595278ba97a9e2b08964c1dc2b14e
2015-11-17 14:52:45 +03:00
Nikolay Mahotkin 56f2d5f4b5 Fixing SSH actions to use names of private keys
* SSH action uses private key names instead of
   private keys themself. All private keys now
   should be in <user-home>/.ssh/, e.g. searching
   of key 'my_key.pem' will be at <user-home>/.ssh/my_key.pem
 * Fixed functional tests
 * Remove sudo while running tests

Closes-Bug: #1507600

Depends-On: Idc4340cda80d02f4ee88c91600b72d0f914c4084

Change-Id: I503d78ff541183ce850476229842fa6f20061a00
2015-10-22 16:30:54 +03:00
Nikolay Mahotkin 42d3ce7630 Adding functional tests for SSH actions
* Added 2 tests: for SSHAction and SSHProxiedAction
 * 2 VMs are created for test purposes

 * SSHProxiedAction test checks that ssh command was
   executed on certain VM (which is in guest network)

Closes-Bug: #1505175

Change-Id: I664885b5743c0915f5c42aeecdd3c6c538894453
2015-10-15 08:05:08 +00:00