Merge "Hook for live-migration job"
This commit is contained in:
13
nova/tests/live_migration/hooks/run_tests.sh
Normal file
13
nova/tests/live_migration/hooks/run_tests.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Live migration dedicated ci job will be responsible for testing different
|
||||
# environments based on underlying storage, used for ephemerals.
|
||||
# This hook allows to inject logic of environment reconfiguration in ci job.
|
||||
# Base scenario for this would be:
|
||||
# - run live-migration on env without shared storage
|
||||
# - set up ceph for ephemerals, and reconfigure nova, tempest for that
|
||||
# - run live-migration tests
|
||||
# - remove ceph and set up nfs for ephemerals, make appropriate change in nova
|
||||
# and tempest config
|
||||
# - run live-migration tests
|
||||
|
||||
tempest tox -eall --concurrency=$TEMPEST_CONCURRENCY live_migration
|
Reference in New Issue
Block a user