nova-lxd/nova_lxd_tempest_plugin
Chuck Short 98af131065 Add scenario tests for block storage
Add unit test that does the following:

    1. Boot an instance "instance"
    2. Create a volume "volume1"
    3. Attach volume1 to instance
    4. Create a filesystem on volume1
    5. Mount volume1
    6. Create a file which timestamp is written in volume1
    7. Check for file on instnace
    7. Unmount volume1
    8. Detach volume1 from instance

Change-Id: Id2e062e8d682440276e28683323dbbcd945f4457
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2016-09-27 13:28:52 -04:00
..
tests Add scenario tests for block storage 2016-09-27 13:28:52 -04:00
README Add nova-lxd tempest plugin 2016-09-14 09:41:39 -07:00
__init__.py Add nova-lxd tempest plugin 2016-09-14 09:41:39 -07:00
plugin.py Add nova-lxd tempest plugin 2016-09-14 09:41:39 -07:00

README

To run tempest specific tests for nova-lxd run the following command:

	tox -e all-plugin -- nova_lxd