From 0dc9d64d1eb81582c784b419213f7ce4f5dca793 Mon Sep 17 00:00:00 2001 From: Roman Podoliaka Date: Wed, 1 Jun 2016 13:20:09 +0300 Subject: [PATCH] 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 --- .../tests/smoke/test_nova_create_instance_with_connectivity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuel_health/tests/smoke/test_nova_create_instance_with_connectivity.py b/fuel_health/tests/smoke/test_nova_create_instance_with_connectivity.py index bda73838..9391329d 100644 --- a/fuel_health/tests/smoke/test_nova_create_instance_with_connectivity.py +++ b/fuel_health/tests/smoke/test_nova_create_instance_with_connectivity.py @@ -303,7 +303,7 @@ class TestNovaNetwork(nmanager.NovaNetworkScenarioTest): 5. Delete floating ip. 6. Delete instance. Duration: 200 s. - Deployment tags: enable_without_ceph, computes_without_dpdk + Deployment tags: computes_without_dpdk Available since release: 2014.2-6.1 """ self.check_image_exists()