602c4d42de
- Execute test groups in serial to make sure no more than 2 database instance are created at the same time. - Remove some unneccesary tests - Remove unneeded datastore, e.g. 'Test_Datastore_1' - Remove unsupported trovestack subcommands - Move unsupported DIB elements to the 'deprecated-elements' folder - Decrease default value of 'agent_call_high_timeout' to 5min - Add initial_deplay for pooling task - Use socket file to connect with database instead of using localhost IP Change-Id: Ie5030a671fbeb453eafa6cbe04e08da7b52e33c9
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
{
|
|
"report_directory":"rdli-test-report",
|
|
|
|
"test_mgmt":false,
|
|
"use_local_ovz":false,
|
|
"use_venv":false,
|
|
"glance_code_root":"/opt/stack/glance",
|
|
"glance_api_conf":"/vagrant/conf/glance-api.conf",
|
|
"glance_reg_conf":"/vagrant/conf/glance-reg.conf",
|
|
"glance_images_directory": "/glance_images",
|
|
"glance_image": "fakey_fakerson.tar.gz",
|
|
"instance_flavor_name":"m1.tiny",
|
|
"instance_bigger_flavor_name":"m1.rd-smaller",
|
|
"nova_code_root":"/opt/stack/nova",
|
|
"nova_conf":"/home/vagrant/nova.conf",
|
|
"keystone_code_root":"/opt/stack/keystone",
|
|
"keystone_conf":"/etc/keystone/keystone.conf",
|
|
"trove_code_root":"/opt/stack/trove",
|
|
"trove_conf":"/tmp/trove.conf",
|
|
"trove_version":"v1.0",
|
|
"trove_api_updated":"2012-08-01T00:00:00Z",
|
|
"trove_must_have_volume":false,
|
|
"trove_can_have_volume":true,
|
|
"trove_main_instance_has_volume": true,
|
|
"trove_max_accepted_volume_size": 25,
|
|
"trove_max_instances_per_tenant": 55,
|
|
"trove_max_volumes_per_tenant": 100,
|
|
"use_reaper":false,
|
|
"root_removed_from_instance_api": true,
|
|
"root_timestamp_disabled": false,
|
|
"openvz_disabled": false,
|
|
"management_api_disabled": true
|
|
}
|