s/CFEATURES/CONTROLLERFEATURES 95/66595/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 19 Dec 2017 05:06:50 +0000 (21:06 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 19 Dec 2017 05:06:50 +0000 (21:06 -0800)
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 <jluhrsen@redhat.com>
csit/libraries/OpenStackOperations.robot

index 98aa245473a58e00b10482c1c1b114da421691b3..44732b36871ead8cbc2cfd927f63241c5894a4aa 100644 (file)
@@ -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