Add continuity check unit test #148
build.yml
on: push
golangci-lint
1m 48s
hadolint
3s
helm lint
5s
check manifests
34s
check release-build
23s
Unit-tests
1m 33s
Annotations
20 errors
Unit-tests:
pkg/state/state_sriov_dp_test.go#L39
dummyProvider redeclared in this block
|
Unit-tests:
pkg/state/dummy_provider.go#L24
other declaration of dummyProvider
|
Unit-tests:
pkg/state/state_sriov_dp_test.go#L42
method dummyProvider.GetClusterType already declared at pkg/state/dummy_provider.go:27:25
|
Unit-tests:
pkg/state/state_sriov_dp_test.go#L46
method dummyProvider.IsKubernetes already declared at pkg/state/dummy_provider.go:31:25
|
Unit-tests:
pkg/state/state_sriov_dp_test.go#L50
method dummyProvider.IsOpenshift already declared at pkg/state/dummy_provider.go:35:25
|
Unit-tests:
pkg/state/state_sriov_dp_test.go#L54
method dummyProvider.GetStaticConfig already declared at pkg/state/dummy_provider.go:39:25
|
Unit-tests:
pkg/state/continuity_check_test.go#L81
undefined: ManifestRenderer
|
Unit-tests:
pkg/state/continuity_check_test.go#L90
undefined: ParseContainerNames
|
Unit-tests:
pkg/state/continuity_check_test.go#L123
undefined: ManifestRenderer
|
Unit-tests
Process completed with exit code 2.
|
golangci-lint:
pkg/state/state_sriov_dp_test.go#L39
dummyProvider redeclared in this block
|
golangci-lint:
pkg/state/dummy_provider.go#L24
other declaration of dummyProvider
|
golangci-lint:
pkg/state/state_sriov_dp_test.go#L42
method dummyProvider.GetClusterType already declared at pkg/state/dummy_provider.go:27:25
|
golangci-lint:
pkg/state/state_sriov_dp_test.go#L46
method dummyProvider.IsKubernetes already declared at pkg/state/dummy_provider.go:31:25
|
golangci-lint:
pkg/state/state_sriov_dp_test.go#L50
method dummyProvider.IsOpenshift already declared at pkg/state/dummy_provider.go:35:25
|
golangci-lint:
pkg/state/state_sriov_dp_test.go#L54
method dummyProvider.GetStaticConfig already declared at pkg/state/dummy_provider.go:39:25
|
golangci-lint:
pkg/state/continuity_check_test.go#L81
undefined: ManifestRenderer
|
golangci-lint:
pkg/state/continuity_check_test.go#L90
undefined: ParseContainerNames
|
golangci-lint:
pkg/state/continuity_check_test.go#L123
undefined: ManifestRenderer (typecheck)
|
golangci-lint
Process completed with exit code 2.
|