This enables a new test in Tempest to run on a per-branch
basis since by default it's disabled because it won't pass
on liberty given the bug fix isn't in liberty and won't be
backported there.
Depends-On: I20b8d5d2a300c83a59bdb33374fc20447ce2ede3
Change-Id: I18fd5e0978795fec39a763e1e0f07d758905b9b8
Related-Bug: #1175464
| ... | ... |
@@ -352,6 +352,8 @@ function configure_tempest {
|
| 352 | 352 |
iniset $TEMPEST_CONFIG compute max_microversion $tempest_compute_max_microversion |
| 353 | 353 |
fi |
| 354 | 354 |
|
| 355 |
+ # TODO(mriedem): Remove allow_port_security_disabled after liberty-eol. |
|
| 356 |
+ iniset $TEMPEST_CONFIG compute-feature-enabled allow_port_security_disabled True |
|
| 355 | 357 |
iniset $TEMPEST_CONFIG compute-feature-enabled personality ${ENABLE_FILE_INJECTION:-False}
|
| 356 | 358 |
iniset $TEMPEST_CONFIG compute-feature-enabled resize True |
| 357 | 359 |
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
|