X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/18337ca9d3220d5fa632f11e55981b2521b858a7..b6aaf437623832b6ddded9a84f1b1b8c152631c2:/qa/qa-sample.json diff --git a/qa/qa-sample.json b/qa/qa-sample.json index d167e06..43a4326 100644 --- a/qa/qa-sample.json +++ b/qa/qa-sample.json @@ -2,9 +2,23 @@ "name": "xen-test", "rename": "xen-test-rename", "enabled-hypervisors": "xen-pvm", + "# Dict of hypervisor name and parameters (like on the cmd line)": null, + "hypervisor-parameters": {}, + "# Backend parameters (like on the cmd line)": null, + "backend-parameters": "", + "# Dict of OS name and parameters (like on the cmd line)": null, + "os-parameters": {}, + "# Dict of OS name and value dict of hypervisor parameters": null, + "os-hvp": {}, + "primary_ip_version": 4, "os": "debian-etch", - "mem": "512M", + "maxmem": "1024M", + "minmem": "512M", + + "# Instance policy specs": null, + "ispec_mem_size_max": 1024, + "ispec_disk_size_min": 512. "# Lists of disk sizes": null, "disk": ["1G", "512M"], @@ -14,12 +28,12 @@ { "# Master node": null, "primary": "xen-test-0", - "secondary": "192.168.1.1" + "secondary": "192.0.2.1" }, { "primary": "xen-test-1", - "secondary": "192.168.1.2" + "secondary": "192.0.2.2" } ], @@ -32,11 +46,22 @@ } ], + "groups": { + "group-with-nodes": "default", + "inexistent-groups": [ + "group1", + "group2", + "group3" + ] + }, + "tests": { "env": true, "os": true, "tags": true, "rapi": true, + "test-jobqueue": true, + "delay": true, "create-cluster": true, "cluster-verify": true, @@ -45,13 +70,26 @@ "cluster-command": true, "cluster-copyfile": true, "cluster-master-failover": true, + "cluster-renew-crypto": true, "cluster-destroy": true, "cluster-rename": true, + "cluster-reserved-lvs": true, + "cluster-modify": true, + "cluster-oob": true, + "cluster-epo": true, + "cluster-redist-conf": true, + "cluster-repair-disk-sizes": true, + "group-list": true, + "group-rwops": true, + + "node-list": true, "node-info": true, "node-volumes": true, "node-readd": true, "node-storage": true, + "node-modify": true, + "node-oob": true, "# This test needs at least three nodes": null, "node-evacuate": false, @@ -61,20 +99,24 @@ "instance-add-plain-disk": true, "instance-add-drbd-disk": true, + "instance-convert-disk": true, - "instance-automatic-restart": false, - "instance-consecutive-failures": false, "instance-export": true, "instance-failover": true, "instance-import": true, "instance-info": true, "instance-list": true, + "instance-migrate": true, "instance-modify": true, "instance-reboot": true, "instance-reinstall": true, "instance-rename": true, "instance-shutdown": true, + "# cron/ganeti-watcher should be disabled for these tests": null, + "instance-automatic-restart": false, + "instance-consecutive-failures": false, + "# This test might fail with certain hypervisor types, depending": null, "# on whether they support the `gnt-instance console' command.": null, "instance-console": false, @@ -82,9 +124,12 @@ "# Disabled by default because it takes rather long": null, "instance-replace-disks": false, - "# Make sure not to include the disk(s) required for Dom0 to be": null, - "# included in the volume group used for instances. Otherwise": null, - "# whole system may stop working until restarted.": null, + "# Whether to test the tools/move-instance utility": null, + "inter-cluster-instance-move": false, + + "# Make sure not to include the disk(s) required for Dom0 to be up": null, + "# in the volume group used for instances. Otherwise the whole": null, + "# system may stop working until restarted.": null, "instance-disk-failure": false }, @@ -93,7 +138,9 @@ "burnin-disk-template": "drbd", "burnin-in-parallel": false, "burnin-check-instances": false, - "burnin-rename": "xen-test-rename" + "burnin-rename": "xen-test-rename", + "burnin-reboot": true, + "reboot-types": ["soft", "hard", "full"] }, "# vim: set syntax=javascript :": null