mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-28 05:47:08 +02:00
Use new env var (#4698)
This commit is contained in:
parent
2738a91057
commit
cce7c0d384
@ -19,7 +19,7 @@ func TestTmsExportIntegrationYaml(t *testing.T) {
|
||||
Image: "devxci/mbtci-java11-node14",
|
||||
User: "root",
|
||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
||||
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||
})
|
||||
defer container.terminate(t)
|
||||
|
||||
@ -41,7 +41,7 @@ func TestTmsExportIntegrationBinFailDescription(t *testing.T) {
|
||||
Image: "devxci/mbtci-java11-node14",
|
||||
User: "root",
|
||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
||||
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||
})
|
||||
defer container.terminate(t)
|
||||
|
||||
|
@ -32,7 +32,7 @@ func TestTmsUploadIntegrationBinSuccess(t *testing.T) {
|
||||
Image: "devxci/mbtci-java11-node14",
|
||||
User: "root",
|
||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
||||
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||
})
|
||||
defer container.terminate(t)
|
||||
|
||||
@ -58,7 +58,7 @@ func TestTmsUploadIntegrationBinNoDescriptionSuccess(t *testing.T) {
|
||||
Image: "devxci/mbtci-java11-node14",
|
||||
User: "root",
|
||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
||||
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||
})
|
||||
defer container.terminate(t)
|
||||
|
||||
@ -105,7 +105,7 @@ func TestTmsUploadIntegrationBinFailDescription(t *testing.T) {
|
||||
Image: "devxci/mbtci-java11-node14",
|
||||
User: "root",
|
||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
||||
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||
})
|
||||
defer container.terminate(t)
|
||||
|
||||
@ -126,7 +126,7 @@ func TestTmsUploadIntegrationYaml(t *testing.T) {
|
||||
Image: "devxci/mbtci-java11-node14",
|
||||
User: "root",
|
||||
TestDir: []string{"testdata", "TestTmsIntegration"},
|
||||
Environment: map[string]string{"PIPER_tmsServiceKey": tmsServiceKey},
|
||||
Environment: map[string]string{"PIPER_serviceKey": tmsServiceKey},
|
||||
})
|
||||
defer container.terminate(t)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user