updated for afrouterTest to work with new protos

Change-Id: Ibf1b74e73e3726c6dc83a79d6ff93acc44943103
diff --git a/tests/afrouter/suites/test2.tmpl.json b/tests/afrouter/suites/test2.tmpl.json
index 1355068..8d8c6b1 100644
--- a/tests/afrouter/suites/test2.tmpl.json
+++ b/tests/afrouter/suites/test2.tmpl.json
@@ -8,13 +8,14 @@
 				"package":"voltha"
 			},
 			{
-				"importPath":"github.com/opencord/voltha-go/protos/",
+				"importPath":"github.com/opencord/voltha-protos/go/",
 				"service":"Configuration",
 				"package":"afrouter"
 			}
 		],
 		"imports": [
-			 "github.com/golang/protobuf/ptypes/empty"
+			 "github.com/golang/protobuf/ptypes/empty",
+             "github.com/opencord/voltha-protos/go/common"
 		],
 		"protoDesc":"voltha.pb",
 		"protoSubst": [
@@ -26,7 +27,8 @@
 		"clients": {
 			"imports": [
 				 "github.com/golang/protobuf/ptypes/empty",
-				 "github.com/opencord/voltha-go/protos/openflow_13"
+				 "github.com/opencord/voltha-protos/go/openflow_13",
+                 "github.com/opencord/voltha-protos/go/common"
 			],
 			"endpoints": [
 				{
@@ -42,7 +44,9 @@
 		"servers": {
 			"imports": [
 				 "github.com/golang/protobuf/ptypes/empty",
-				 "github.com/opencord/voltha-go/protos/openflow_13"
+				 "github.com/opencord/voltha-protos/go/openflow_13",
+                 "github.com/opencord/voltha-protos/go/omci",
+                 "github.com/opencord/voltha-protos/go/common"
 			],
 			"endpoints": [
 			{