Skip to content

Commit 2cf13a9

Browse files
committed
Change naming from redhat-nfvpe to test-network-function
Signed-off-by: Ryan Goulding <rgouldin@redhat.com>
1 parent e1e2c66 commit 2cf13a9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# test-network-function-claim
22

33
`test-network-function-claim` provides the definition for a
4-
[test-network-function](https://github.com/redhat-nfvpe/test-network-function) claim.
4+
[test-network-function](https://github.com/test-network-function/test-network-function) claim.
55

66
A claim contains:
77
* The `test-network-function` version used for testing. *Note*: The claim keeps track of only the

cmd/generate/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"time"
2222

2323
"github.com/a-h/generate"
24-
igenerate "github.com/redhat-nfvpe/test-network-function-claim/internal/generate"
24+
igenerate "github.com/test-network-function/test-network-function-claim/internal/generate"
2525
)
2626

2727
const (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/redhat-nfvpe/test-network-function-claim
1+
module github.com/test-network-function/test-network-function-claim
22

33
go 1.14
44

pkg/claim/schema.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/claim/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"path"
2020
"testing"
2121

22-
"github.com/redhat-nfvpe/test-network-function-claim/pkg/claim"
2322
"github.com/stretchr/testify/assert"
23+
"github.com/test-network-function/test-network-function-claim/pkg/claim"
2424
)
2525

2626
type testCase struct {

0 commit comments

Comments
 (0)