Browse code

Disable compute interface attach Tempest tests if using cells

Cells doesn't support the os-attach-interfaces API so disable those
tests in Tempest if running with Cells.

Change-Id: I5c7884407868eae70ea125f3f893c73214c04c75

Matt Riedemann authored on 2015/10/16 04:51:13
Showing 1 changed files
... ...
@@ -388,6 +388,8 @@ function configure_tempest {
388 388
     if is_service_enabled n-cell; then
389 389
         # Cells doesn't support shelving/unshelving
390 390
         iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
391
+        # Cells doesn't support hot-plugging virtual interfaces.
392
+        iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False
391 393
     fi
392 394
 
393 395
     # Network