VOL-2797 Pipeline fix after repo rename
Change-Id: I6b655879bdb3343c2228ed663d28df62342fccd1
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index 19f6378..a64d6ef 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -135,10 +135,10 @@
if [ "${gerritProject}" = "voltha-go" ]; then
IMAGES="rw_core ro_core "
elif [ "${gerritProject}" = "ofagent-py" ]; then
- IMAGES="ofagent "
- EXTRA_HELM_FLAGS+="--set use_ofagent_go=false,images.ofagent.repository=voltha/voltha-ofagent-py "
+ IMAGES="ofagent_py "
+ EXTRA_HELM_FLAGS+="--set use_ofagent_go=false "
elif [ "${gerritProject}" = "ofagent-go" ]; then
- IMAGES="ofagent "
+ IMAGES="ofagent_go "
elif [ "${gerritProject}" = "voltha-onos" ]; then
IMAGES="onos "
elif [ "${gerritProject}" = "voltha-openolt-adapter" ]; then