Cells doesn't support the os-attach-interfaces API so disable those
tests in Tempest if running with Cells.
Change-Id: I5c7884407868eae70ea125f3f893c73214c04c75
(cherry picked from commit c94403d8e6c480dad6d962e517c623e1c14ac6d2)
| ... | ... |
@@ -401,6 +401,8 @@ function configure_tempest {
|
| 401 | 401 |
if is_service_enabled n-cell; then |
| 402 | 402 |
# Cells doesn't support shelving/unshelving |
| 403 | 403 |
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False |
| 404 |
+ # Cells doesn't support hot-plugging virtual interfaces. |
|
| 405 |
+ iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False |
|
| 404 | 406 |
fi |
| 405 | 407 |
|
| 406 | 408 |
# Network |