integration: fix typo

Descriptions in autoscaling yaml talk about three servers
when only two are used.

This change fixes that.

Change-Id: Iac981b51fb3e380aa0a0a7971f5bb4fe83708530
This commit is contained in:
Mehdi Abaakouk 2015-08-28 10:10:51 +02:00
parent 92fb620127
commit 91ce9e1f56

View File

@ -51,7 +51,7 @@ tests:
$.stack.stack_status: "CREATE_COMPLETE"
- name: list servers
desc: Wait the autoscaling stack grow to three servers
desc: Wait the autoscaling stack grow to two servers
url: $ENVIRON['NOVA_SERVICE_URL']/servers/detail
method: GET
poll:
@ -65,7 +65,7 @@ tests:
$.servers.`len`: 2
- name: check gnocchi resources
desc: Check the gnocchi resources for this three servers exists
desc: Check the gnocchi resources for this two servers exists
url: $ENVIRON['GNOCCHI_SERVICE_URL']/v1/resource/instance
method: GET
poll:
@ -127,7 +127,7 @@ tests:
$.stack.stack_status: "UPDATE_COMPLETE"
- name: list servers
desc: Wait the autoscaling stack grow to three servers
desc: Wait the autoscaling stack shrink to one server
url: $ENVIRON['NOVA_SERVICE_URL']/servers/detail
method: GET
poll: