From 83637f35734034e7eac6e4cd6a67df7855983c76 Mon Sep 17 00:00:00 2001 From: "Lemus Contreras, Cristopher J" Date: Wed, 4 Sep 2019 14:07:21 -0700 Subject: [PATCH] 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 --- automated-robot-suite/Resources/OpenStack.robot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automated-robot-suite/Resources/OpenStack.robot b/automated-robot-suite/Resources/OpenStack.robot index ec6ecf1..f063b7a 100644 --- a/automated-robot-suite/Resources/OpenStack.robot +++ b/automated-robot-suite/Resources/OpenStack.robot @@ -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