Allow single-VM group consistency planning
- allow explicit single-VM cmc-group-consistency requests - add a single-VM group consistency example for redhat9.1 pure fc
This commit is contained in:
@@ -53,11 +53,17 @@ python3 cmc-templates.py --template cmc-migrateops-compute-migration --ignore_fo
|
||||
python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name nightly-computeMigrateOPS-ovirt
|
||||
```
|
||||
|
||||
### Group consistency
|
||||
```bash
|
||||
### Group consistency
|
||||
```bash
|
||||
python3 cmc-templates.py --template cmc-group-consistency --ignore_force_shutdown --config_file_path ./cypress.atvm-config-gold.ts --integration_type pure --use_specified_plugin fc --specify_vms atvm4-ubuntu20.04 atvm112-w2k22 --enable_uuid; \
|
||||
python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name nightly-consistentyGroup
|
||||
```
|
||||
```
|
||||
|
||||
### Group consistency: single VM
|
||||
```bash
|
||||
python3 cmc-templates.py --template cmc-group-consistency --ignore_force_shutdown --test_partition --config_file_path ./cypress.atvm-config-gold.ts --integration_type pure --use_specified_plugin fc --specify_vms atvm71-redhat9.1 --enable_uuid; \
|
||||
python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name nightly-consistencyGroup-redhat9.1 --categorize
|
||||
```
|
||||
|
||||
### H2H same platform
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user