Removed `tests' section from config samples

This section should be removed after deployment separation

Change-Id: Ia99a2a2ec2b46e9834629c56c83db75ad220074b
This commit is contained in:
Sergey Skripnick 2013-12-17 13:11:36 +02:00
parent 2e2ac499ac
commit 2f039305a4
2 changed files with 29 additions and 40 deletions

View File

@ -1,5 +1,4 @@
{
"deploy": {
"name": "DevstackEngine",
"localrc": {
"VIRT_DRIVER": "fake"
@ -15,9 +14,4 @@
"credentials": ["root@10.2.250.103"]
}
}
},
"tests": {
"verify": [],
"benchmark": {}
}
}

View File

@ -1,8 +1,8 @@
{
"deploy": {
"name": "DevstackEngine",
"provider": {
"name": "OpenStackProvider",
"deployment_name": "Rally sample deployment",
"user": "admin",
"tenant": "admin",
"flavor_id": "2",
@ -17,9 +17,4 @@
"url": "http://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-amd64-disk1.img"
}
}
},
"tests": {
"verify": ["sanity", "smoke"],
"benchmark": {}
}
}