Update Evacuate Test case

This commit will add an extra command required to fully test the
evacuate test cases.

In the past, starlingx automatically enabled nova-compute service after
a couple of minutes, now, it remains disabled by default.

The extra command is basically enabling nova-compute service after
it's confirmed that it was disabled.

Change-Id: I5c42ac0d13ebaeebc59bf00573d20b34d9ad6cbe
This commit is contained in:
Lemus Contreras, Cristopher J 2019-09-04 14:07:21 -07:00 committed by Cristopher Lemus
parent ed4b4e6e2d
commit 83637f3573
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,9 @@ Evacuate Instances
Run OS Command ${cmd} True 30 sec
Wait Until Keyword Succeeds 5 min 10 sec
... Check Compute Service Property ${host} disabled
${cmd1} Catenate ${openstack_cmd} --enable
... ${host} nova-compute
Run OS Command ${cmd1} True 30 sec
Wait Until Keyword Succeeds 5 min 10 sec
... Check Compute Service Property ${host} enabled