manila-tempest-plugin/manila_tempest_tests
lkuchlan 0cd6c999d4 Use a single keypair for multiple instances
When I ran manila scenario tests, some tests failed due to
ssh key authentication. I noticed that tests with single
instance pass, however, tests with more than one instance
(e.g. "test_read_write_two_vms" test) fail.
I figured out that every instance initialization creates a
unique keypair.
An unnecessary resource duplication, when a single user boots
more than one instance. Depending on test flow this may also
cause keypair mismatch.

Change-Id: Ic685d1b9574daf7e6c9b90d5636f1b614a70b0da
Related-bug: #1858024
2020-01-09 11:02:53 +02:00
..
common Scenario test: Create/shrink share and write data 2019-04-06 22:45:13 +03:00
services Adds new functional tests for share-network-subnets 2019-09-20 13:33:12 -03:00
tests Use a single keypair for multiple instances 2020-01-09 11:02:53 +02:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
clients.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
config.py Adds new functional tests for share-network-subnets 2019-09-20 13:33:12 -03:00
plugin.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
share_exceptions.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
utils.py Merge "Enable share-replica tests in multitenancy enviroments" 2019-09-21 01:02:59 +00:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.