Skip to content
Snippets Groups Projects
Commit 3fbc533a authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

reformat test.yml

parent a2cc15bd
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73754 failed
......@@ -23,19 +23,22 @@ integration-test:nucleus:
<<: *integration-test
script:
- cd ./test/integration
- go test -race -v -coverprofile=coverage.out -run ^(TestGnmi_SetIntegration|TestGnmi_GetIntegration|TestGnmi_SubscribeIntegration|TestGnmi_CapabilitiesIntegration)$
- go test -race -v -run TestGnmi_SetIntegration
- go test -race -v -run TestGnmi_GetIntegration
- go test -race -v -run TestGnmi_SubscribeIntegration
- go test -race -v -run TestGnmi_CapabilitiesIntegration
integration-test:cmd:
<<: *integration-test
script:
- cd ./test/integration
- go test -race -v -coverprofile=coverage.out -run ^(TestMain|TestCmdIntegration)$
- go test -race -v -run TestCmdIntegration
integration-test:cli:
<<: *integration-test
script:
- cd ./test/integration
- go test -race -v -coverprofile=coverage.out -run TestCapabilities
- go test -race -v -run TestCapabilities
.test: &test
image: golang:1.16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment