From 3fbb0e18faa83c3adc4316b6410943bc28351ab9 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 18 Dec 2017 21:06:50 -0800 Subject: [PATCH] s/CFEATURES/CONTROLLERFEATURES looks like this patch [0] is using CONTROLLERFEATURES on the pybot command line. I don't see anywhere where it gets copied to CFEATURES [0] https://git.opendaylight.org/gerrit/#/c/66534 Change-Id: Idcd789dc754e274ae15dda0ba1a835669577b163 Signed-off-by: Jamo Luhrsen --- csit/libraries/OpenStackOperations.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 98aa245473..44732b3687 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -1172,6 +1172,6 @@ Copy DHCP Files From Control Node Is Feature Installed [Arguments] ${features}=none : FOR ${feature} IN ${features} - \ ${status} ${output} Run Keyword And Ignore Error Builtin.Should Contain ${CFEATURES} ${feature} + \ ${status} ${output} Run Keyword And Ignore Error Builtin.Should Contain ${CONTROLLERFEATURES} ${feature} \ Return From Keyword If "${status}" == "PASS" True [Return] False -- 2.36.6