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>
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