![Hidekazu Nakamura](/assets/img/avatar_default.png)
This patch adds zone migration strategy scenario job. Change-Id: I36ca025f3efbdf426f49df9a6701e9b00f2e3f2d Partially-implements: blueprint tempest-scenario-jobs
24 lines
715 B
YAML
24 lines
715 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- watcher-tempest-functional
|
|
- watcher-tempest-dummy_optim
|
|
- watcher-tempest-actuator
|
|
- watcher-tempest-basic_optim
|
|
- watcher-tempest-workload_balancing
|
|
- watcher-tempest-zone_migration
|
|
|
|
gate:
|
|
jobs:
|
|
- watcher-tempest-functional
|
|
- watcher-tempest-dummy_optim
|
|
- watcher-tempest-actuator
|
|
- watcher-tempest-basic_optim
|
|
- watcher-tempest-workload_balancing
|
|
- watcher-tempest-zone_migration
|
|
|
|
- job:
|
|
name: watcher-tempest-zone_migration
|
|
parent: watcher-tempest-multinode
|
|
vars:
|
|
tempest_test_regex: 'watcher_tempest_plugin.tests.scenario.test_execute_zone_migration' |