From c94403d8e6c480dad6d962e517c623e1c14ac6d2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 15 Oct 2015 12:51:13 -0700 Subject: [PATCH] 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 --- lib/tempest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tempest b/lib/tempest index d29a6f9853..10dd652750 100644 --- a/lib/tempest +++ b/lib/tempest @@ -388,6 +388,8 @@ function configure_tempest { if is_service_enabled n-cell; then # Cells doesn't support shelving/unshelving iniset $TEMPEST_CONFIG compute-feature-enabled shelve False + # Cells doesn't support hot-plugging virtual interfaces. + iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False fi # Network