From: Jamo Luhrsen Date: Tue, 19 Dec 2017 05:06:50 +0000 (-0800) Subject: s/CFEATURES/CONTROLLERFEATURES X-Git-Tag: pre-potassium~1027 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F66595%2F1;p=integration%2Ftest.git 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 --- 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