updated for afrouterTest to work with new protos

Change-Id: Ibf1b74e73e3726c6dc83a79d6ff93acc44943103
diff --git a/tests/afrouter/suites/test1.json b/tests/afrouter/suites/test1.json
index 3634f99..38f2903 100644
--- a/tests/afrouter/suites/test1.json
+++ b/tests/afrouter/suites/test1.json
@@ -8,19 +8,20 @@
 				"package":"voltha"
 			},
 			{
-				"importPath":"github.com/opencord/voltha-go/protos/",
+				"importPath":"github.com/opencord/voltha-protos/go/",
 				"service":"Configuration",
 				"package":"afrouter"
 			}
 		],
 		"Junk": [
 			{
-				"importPath":"github.com/opencord/voltha-go/protos/",
+				"importPath":"github.com/opencord/voltha-protos/go/",
 				"service":"Configuration",
 				"package":"afrouter"
 			}
 		],
 		"imports": [
+ 				 "github.com/opencord/voltha-protos/go/common"
 		],
 		"protoDesc":"voltha.pb",
 		"protoSubst": [
@@ -32,7 +33,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": [
 				{
@@ -48,7 +50,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/common",
+ 				 "github.com/opencord/voltha-protos/go/omci"
 			],
 			"endpoints": [
 			{