Changes to run with latest voltha

Change-Id: Id4fd1a72dbeafd0781500fb51276aa30d7455b48
diff --git a/src/test/utils/CordContainer.py b/src/test/utils/CordContainer.py
index 341a4eb..4f7287a 100644
--- a/src/test/utils/CordContainer.py
+++ b/src/test/utils/CordContainer.py
@@ -1027,7 +1027,7 @@
             app_version = '3.0-SNAPSHOT'
         elif major == 1 and minor >= 10:
             app_version = '3.0-SNAPSHOT'
-            if patch < 3:
+            if minor == 10 and patch < 3:
                 app_version = '1.2-SNAPSHOT'
         for apps in cls.onos_cord_apps:
             apps[1] = app_version