Minor fix in add_point_intent function
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py
index a3a11b3..3272976 100644
--- a/TestON/drivers/common/cli/onosclidriver.py
+++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -788,7 +788,7 @@
                 cmd = "add-point-intent "+\
                         str(ingress_device) + "/" + str(port_ingress) + " " +\
                         str(egress_device) + "/" + str(port_egress) 
-                if etherType:
+                if ethType:
                     cmd += " --ethType " + str(ethType)
                 if ethSrc:
                     cmd += " --ethSrc " + str(ethSrc)