diff --git a/Makefile b/Makefile index ba530052..ca9eb584 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ VERSION=$(shell git rev-parse --short HEAD) RELEASE_TAG ?= 0.0.0 BIN_NAME ?= opct -GO_BUILD_FLAGS := -ldflags '-s -w -X github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/version.commit=$(VERSION) -X github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/version.version=$(RELEASE_TAG)' +GO_BUILD_FLAGS := -ldflags '-s -w -X github.com/redhat-openshift-ecosystem/opct/pkg/version.commit=$(VERSION) -X github.com/redhat-openshift-ecosystem/opct/pkg/version.version=$(RELEASE_TAG)' GOOS ?= linux GOARCH ?= amd64 diff --git a/cmd/opct/root.go b/cmd/opct/root.go index a235ed8a..b6dae569 100644 --- a/cmd/opct/root.go +++ b/cmd/opct/root.go @@ -11,14 +11,14 @@ import ( "github.com/spf13/viper" "github.com/vmware-tanzu/sonobuoy/cmd/sonobuoy/app" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/cmd/adm" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/cmd/get" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/cmd/report" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/destroy" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/retrieve" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/run" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/status" - "github.com/redhat-openshift-ecosystem/provider-certification-tool/pkg/version" + "github.com/redhat-openshift-ecosystem/opct/pkg/cmd/adm" + "github.com/redhat-openshift-ecosystem/opct/pkg/cmd/get" + "github.com/redhat-openshift-ecosystem/opct/pkg/cmd/report" + "github.com/redhat-openshift-ecosystem/opct/pkg/destroy" + "github.com/redhat-openshift-ecosystem/opct/pkg/retrieve" + "github.com/redhat-openshift-ecosystem/opct/pkg/run" + "github.com/redhat-openshift-ecosystem/opct/pkg/status" + "github.com/redhat-openshift-ecosystem/opct/pkg/version" ) const logFile = "opct.log" diff --git a/data/data_test.go b/data/data_test.go index 9a73490f..40f5155f 100644 --- a/data/data_test.go +++ b/data/data_test.go @@ -4,7 +4,7 @@ import ( "embed" "testing" - efs "github.com/redhat-openshift-ecosystem/provider-certification-tool/internal/assets" + efs "github.com/redhat-openshift-ecosystem/opct/internal/assets" "github.com/stretchr/testify/assert" ) diff --git a/data/templates/plugins/openshift-artifacts-collector.yaml b/data/templates/plugins/openshift-artifacts-collector.yaml index bea16184..b0d708a9 100644 --- a/data/templates/plugins/openshift-artifacts-collector.yaml +++ b/data/templates/plugins/openshift-artifacts-collector.yaml @@ -14,7 +14,7 @@ sonobuoy-config: OPCT artifacts plugin collects the artifacts from the OpenShift Container Platform post-validation. source-url: - "https://github.com/redhat-openshift-ecosystem/provider-certification-tool/\ + "https://github.com/redhat-openshift-ecosystem/opct/\ blob/main/manifests/openshift-artifacts-collector.yaml" skipCleanup: true spec: diff --git a/data/templates/plugins/openshift-cluster-upgrade.yaml b/data/templates/plugins/openshift-cluster-upgrade.yaml index ca272ec0..bb2f483d 100644 --- a/data/templates/plugins/openshift-cluster-upgrade.yaml +++ b/data/templates/plugins/openshift-cluster-upgrade.yaml @@ -65,7 +65,7 @@ sonobuoy-config: The end-to-end tests maintained by OpenShift to validate provider running the OpenShift Container Platform. source-url: - "https://github.com/redhat-openshift-ecosystem/provider-certification-tool/\ + "https://github.com/redhat-openshift-ecosystem/opct/\ blob/main/manifests/openshift-conformance-validated.yaml" skipCleanup: true spec: diff --git a/data/templates/plugins/openshift-conformance-replay.yaml b/data/templates/plugins/openshift-conformance-replay.yaml index 0543f645..c12eee7b 100644 --- a/data/templates/plugins/openshift-conformance-replay.yaml +++ b/data/templates/plugins/openshift-conformance-replay.yaml @@ -65,7 +65,7 @@ sonobuoy-config: OPCT plugin to collect e2e failures from previous executions and schedule a new execution running in serial mode with openshift-tests. source-url: | - https://github.com/redhat-openshift-ecosystem/provider-certification-tool/\ + https://github.com/redhat-openshift-ecosystem/opct/\ blob/main/manifests/openshift-conformance-validated.yaml skipCleanup: true spec: diff --git a/data/templates/plugins/openshift-conformance-validated.yaml b/data/templates/plugins/openshift-conformance-validated.yaml index 4a801cee..36c355fb 100644 --- a/data/templates/plugins/openshift-conformance-validated.yaml +++ b/data/templates/plugins/openshift-conformance-validated.yaml @@ -65,7 +65,7 @@ sonobuoy-config: OPCT plugin to schedule e2e tests using openshift-tests tool to validate an OpenShift Container Platform cluster installed in a specific provider. source-url: - "https://github.com/redhat-openshift-ecosystem/provider-certification-tool/\ + "https://github.com/redhat-openshift-ecosystem/opct/\ blob/main/manifests/openshift-conformance-validated.yaml" skipCleanup: true spec: diff --git a/data/templates/plugins/openshift-kube-conformance.yaml b/data/templates/plugins/openshift-kube-conformance.yaml index 764a4eb0..82c9b360 100644 --- a/data/templates/plugins/openshift-kube-conformance.yaml +++ b/data/templates/plugins/openshift-kube-conformance.yaml @@ -65,7 +65,7 @@ sonobuoy-config: OPCT plugin to schedule e2e tests using openshift-tests tool to validate an OpenShift Container Platform cluster installed in a specific provider. source-url: - "https://github.com/redhat-openshift-ecosystem/provider-certification-tool/\ + "https://github.com/redhat-openshift-ecosystem/opct/\ blob/main/manifests/openshift-kube-conformance.yaml" skipCleanup: true spec: diff --git a/data/templates/report/report.html b/data/templates/report/report.html index e4948adf..056fb29c 100644 --- a/data/templates/report/report.html +++ b/data/templates/report/report.html @@ -34,7 +34,7 @@