Cells doesn't support the os-attach-interfaces API so disable those
tests in Tempest if running with Cells.
Change-Id: I5c7884407868eae70ea125f3f893c73214c04c75
| ... | ... |
@@ -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 |