Merge "added performance benchmark example"
[govpp.git] / api / api_test.go
index 15d706d..2a342f6 100644 (file)
@@ -18,14 +18,14 @@ import (
        "testing"
        "time"
 
-       "gerrit.fd.io/r/govpp"
-       "gerrit.fd.io/r/govpp/adapter/mock"
-       "gerrit.fd.io/r/govpp/api"
-       "gerrit.fd.io/r/govpp/core"
-       "gerrit.fd.io/r/govpp/core/bin_api/vpe"
-       "gerrit.fd.io/r/govpp/examples/bin_api/interfaces"
-       "gerrit.fd.io/r/govpp/examples/bin_api/memif"
-       "gerrit.fd.io/r/govpp/examples/bin_api/tap"
+       "git.fd.io/govpp.git"
+       "git.fd.io/govpp.git/adapter/mock"
+       "git.fd.io/govpp.git/api"
+       "git.fd.io/govpp.git/core"
+       "git.fd.io/govpp.git/core/bin_api/vpe"
+       "git.fd.io/govpp.git/examples/bin_api/interfaces"
+       "git.fd.io/govpp.git/examples/bin_api/memif"
+       "git.fd.io/govpp.git/examples/bin_api/tap"
 
        . "github.com/onsi/gomega"
 )
@@ -144,7 +144,7 @@ func TestRequestReplyMemifCreate(t *testing.T) {
        })
        request := &memif.MemifCreate{
                Role:       10,
-               Key:        12,
+               ID:         12,
                RingSize:   8000,
                BufferSize: 50,
        }