fix makefile according openoun-go-adapter pipeline issues

Change-Id: I6ae705c605b51749ed59d5497efea3c6c40d769a
diff --git a/Makefile b/Makefile
index 34724aa..c2ddf0d 100755
--- a/Makefile
+++ b/Makefile
@@ -134,20 +134,26 @@
 mib-upload-templating-openonu-go-adapter-test: ROBOT_FILE := Voltha_ONUTemplateTests.robot
 mib-upload-templating-openonu-go-adapter-test: openonu-go-adapter-tests
 
+# target to invoke reconcile tests with openonu go adapter at single ONU with ATT workflow
+reconcile-openonu-go-adapter-test: ROBOT_MISC_ARGS += -v workflow:ATT
+reconcile-openonu-go-adapter-test: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_SINGLE_PON_FILE)
+reconcile-openonu-go-adapter-test: reconcile-openonu-go-adapter-tests
+
 # target to invoke reconcile tests with openonu go adapter at single ONU with DT workflow
 reconcile-openonu-go-adapter-test-dt: ROBOT_MISC_ARGS += -v workflow:DT
-reconcile-openonu-go-adapter-test-dt: reconcile-openonu-go-adapter-test
+reconcile-openonu-go-adapter-test-dt: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_DT_SINGLE_PON_FILE)
+reconcile-openonu-go-adapter-test-dt: reconcile-openonu-go-adapter-tests
 
 # target to invoke reconcile tests with openonu go adapter at single ONU with TT workflow
 reconcile-openonu-go-adapter-test-tt: ROBOT_MISC_ARGS += -v workflow:TT
-reconcile-openonu-go-adapter-test-tt: reconcile-openonu-go-adapter-test
+reconcile-openonu-go-adapter-test-tt: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_TT_SINGLE_PON_FILE)
+reconcile-openonu-go-adapter-test-tt: reconcile-openonu-go-adapter-tests
 
-# target to invoke reconcile tests with openonu go adapter at single ONU (with ATT workflow)
-reconcile-openonu-go-adapter-test: ROBOT_MISC_ARGS += -v logging:True -i functionalOnuGo
-reconcile-openonu-go-adapter-test: ROBOT_MISC_ARGS += -e notreadyOnuGo -X $(ROBOT_DEBUG_LOG_OPT)
-reconcile-openonu-go-adapter-test: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_SINGLE_PON_FILE)
-reconcile-openonu-go-adapter-test: ROBOT_FILE := Voltha_ONUReconcileTests.robot
-reconcile-openonu-go-adapter-test: openonu-go-adapter-tests
+# target to invoke reconcile tests with openonu go adapter at single ONU
+reconcile-openonu-go-adapter-tests: ROBOT_MISC_ARGS += -v logging:True -i functionalOnuGo
+reconcile-openonu-go-adapter-tests: ROBOT_MISC_ARGS += -e notreadyOnuGo -X $(ROBOT_DEBUG_LOG_OPT)
+reconcile-openonu-go-adapter-tests: ROBOT_FILE := Voltha_ONUReconcileTests.robot
+reconcile-openonu-go-adapter-tests: openonu-go-adapter-tests
 
 # target to invoke test with openonu go adapter applying 1T4GEM tech-profile with multiple OLTs scenarios with ATT workflow
 1t4gem-openonu-go-adapter-multi-olt-test: ROBOT_MISC_ARGS += -v techprofile:1T4GEM
@@ -155,7 +161,7 @@
 
 # target to invoke test with openonu go adapter applying 1T8GEM tech-profile with multiple OLTs scenarios with ATT workflow
 1t8gem-openonu-go-adapter-multi-olt-test: ROBOT_MISC_ARGS += -v techprofile:1T8GEM
-1t8gem-openonu-go-adapter-multi-olt-test: openonu-go-adapter-multi-olt-tests
+1t8gem-openonu-go-adapter-multi-olt-test: openonu-go-adapter-multi-olt-test
 
 # target to invoke test with openonu go adapter (applying 1T1GEM tech-profile) with multiple OLTs scenarios with ATT workflow
 openonu-go-adapter-multi-olt-test: ROBOT_MISC_ARGS += -v state2test:omci-flows-pushed -v testmode:SingleStateTime