VOL-1643 Update voltha-go to use voltha-protos and voltha-lib-go v3.0.0
Change-Id: I86744943d59de38e9285ed7f53adc49c3b047e62
diff --git a/tests/afrouter/suites/test1/test1.json b/tests/afrouter/suites/test1/test1.json
index 444719c..14be12c 100644
--- a/tests/afrouter/suites/test1/test1.json
+++ b/tests/afrouter/suites/test1/test1.json
@@ -3,25 +3,25 @@
"cmdLine":"afrouter -logLevel 1 -config arouter_test.json",
"protoFiles": [
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"VolthaService",
"package":"voltha"
},
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"Configuration",
"package":"afrouter"
}
],
"Junk": [
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"Configuration",
"package":"afrouter"
}
],
"imports": [
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"protoDesc":"voltha.pb",
"protoSubst": [
@@ -33,8 +33,8 @@
"clients": {
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"endpoints": [
{
@@ -50,9 +50,9 @@
"servers": {
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/common",
- "github.com/opencord/voltha-protos/v2/go/omci"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/common",
+ "github.com/opencord/voltha-protos/v3/go/omci"
],
"endpoints": [
{
diff --git a/tests/afrouter/suites/test2/test2.go b/tests/afrouter/suites/test2/test2.go
index 6bf545b..68ce93c 100644
--- a/tests/afrouter/suites/test2/test2.go
+++ b/tests/afrouter/suites/test2/test2.go
@@ -31,7 +31,7 @@
//"encoding/json"
"text/template"
//"github.com/golang/protobuf/proto"
- "github.com/opencord/voltha-lib-go/v2/pkg/log"
+ "github.com/opencord/voltha-lib-go/v3/pkg/log"
//pb "github.com/golang/protobuf/protoc-gen-go/descriptor"
)
diff --git a/tests/afrouter/suites/test2/test2.tmpl.json b/tests/afrouter/suites/test2/test2.tmpl.json
index afa0962..34ea334 100644
--- a/tests/afrouter/suites/test2/test2.tmpl.json
+++ b/tests/afrouter/suites/test2/test2.tmpl.json
@@ -3,19 +3,19 @@
"cmdLine":"afrouter -config arouter_test.json -logLevel 1",
"protoFiles": [
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"VolthaService",
"package":"voltha"
},
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"Configuration",
"package":"afrouter"
}
],
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"protoDesc":"voltha.pb",
"protoSubst": [
@@ -27,8 +27,8 @@
"clients": {
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"endpoints": [
{
@@ -44,9 +44,9 @@
"servers": {
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/omci",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/omci",
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"endpoints": [
{
diff --git a/tests/afrouter/suites/test3/test3.go b/tests/afrouter/suites/test3/test3.go
index 79ea6c1..956152b 100644
--- a/tests/afrouter/suites/test3/test3.go
+++ b/tests/afrouter/suites/test3/test3.go
@@ -31,7 +31,7 @@
//"encoding/json"
"text/template"
//"github.com/golang/protobuf/proto"
- "github.com/opencord/voltha-lib-go/v2/pkg/log"
+ "github.com/opencord/voltha-lib-go/v3/pkg/log"
//pb "github.com/golang/protobuf/protoc-gen-go/descriptor"
)
diff --git a/tests/afrouter/suites/test3/test3.tmpl.json b/tests/afrouter/suites/test3/test3.tmpl.json
index 953031b..75d678b 100644
--- a/tests/afrouter/suites/test3/test3.tmpl.json
+++ b/tests/afrouter/suites/test3/test3.tmpl.json
@@ -3,20 +3,20 @@
"cmdLine":"afrouter -config arouter_test.json -logLevel 1",
"protoFiles": [
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"VolthaService",
"package":"voltha"
},
{
- "importPath":"github.com/opencord/voltha-protos/v2/go/",
+ "importPath":"github.com/opencord/voltha-protos/v3/go/",
"service":"Configuration",
"package":"afrouter"
}
],
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"protoDesc":"voltha.pb",
"protoSubst": [
@@ -28,8 +28,8 @@
"clients": {
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"endpoints": [
{
@@ -45,9 +45,9 @@
"servers": {
"imports": [
"github.com/golang/protobuf/ptypes/empty",
- "github.com/opencord/voltha-protos/v2/go/openflow_13",
- "github.com/opencord/voltha-protos/v2/go/omci",
- "github.com/opencord/voltha-protos/v2/go/common"
+ "github.com/opencord/voltha-protos/v3/go/openflow_13",
+ "github.com/opencord/voltha-protos/v3/go/omci",
+ "github.com/opencord/voltha-protos/v3/go/common"
],
"endpoints": [
{