[VOL-2282] - Update CI jobs to test ofagent-py

Change-Id: I30b3ba4c9d7140de675f8c71759293620ee49d2e
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy
index 6b05b59..c8fed3a 100644
--- a/jjb/pipeline/voltha-physical-build-and-tests.groovy
+++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -157,7 +157,9 @@
 
             IMAGES=""
             if [ "${gerritProject}" = "voltha-go" ]; then
-                IMAGES="cli ofagent rw_core ro_core "
+                IMAGES="rw_core ro_core "
+            elif [ "${gerritProject}" = "ofagent-py" ]; then
+                IMAGES="ofagent "
             elif [ "${gerritProject}" = "voltha-openolt-adapter" ]; then
                 IMAGES="adapter_open_olt "
             elif [ "${gerritProject}" = "voltha-openonu-adapter" ]; then