Run the file injection test case on Ceph envs

Recently we changed the way how file injection is performed: instead
of using nbd or libguestfs, which both modify the image in-place
(and, thus, do not work with Ceph ephemerals), we now place files to
be injected on a config drive and force instances to have config
drives in Nova.

This test case should pass now, when Ceph ephemerals are used. Let's
enable it and actually test, that file injection works as expected.

Related-Bug: #1467860
Related-Bug: #1556819

Change-Id: I5975ea6d481c28856efffb278112306c8760472d
This commit is contained in:
Roman Podoliaka 2016-06-01 13:20:09 +03:00
parent ef0eda085d
commit 0dc9d64d1e
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class TestNovaNetwork(nmanager.NovaNetworkScenarioTest):
5. Delete floating ip. 5. Delete floating ip.
6. Delete instance. 6. Delete instance.
Duration: 200 s. Duration: 200 s.
Deployment tags: enable_without_ceph, computes_without_dpdk Deployment tags: computes_without_dpdk
Available since release: 2014.2-6.1 Available since release: 2014.2-6.1
""" """
self.check_image_exists() self.check_image_exists()