You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
remove white line
This commit is contained in:
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitCheckCVsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitCheckCVs", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitCheckPVCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitCheckPV", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitCheckCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitCheck", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitCreateTargetVectorCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitCreateTargetVector", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitPublishTargetVectorCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitPublishTargetVector", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitRegisterPackagesCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitRegisterPackages", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitReleasePackagesCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitReleasePackages", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapAddonAssemblyKitReserveNextPackagesCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapAddonAssemblyKitReserveNextPackages", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentAssembleConfirmCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentAssembleConfirm", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentAssemblePackagesCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentAssemblePackages", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentCheckoutBranchCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentCheckoutBranch", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentCloneGitRepoCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentCloneGitRepo", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentCreateSystemCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentCreateSystem", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentCreateTagCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentCreateTag", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentPullGitRepoCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentPullGitRepo", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentPushATCSystemConfigCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentPushATCSystemConfig", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentRunATCCheckCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentRunATCCheck", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapEnvironmentRunAUnitTestCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapEnvironmentRunAUnitTest", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAbapLandscapePortalUpdateAddOnProductCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "abapLandscapePortalUpdateAddOnProduct", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAnsSendEventCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "ansSendEvent", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiKeyValueMapDownloadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiKeyValueMapDownload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiKeyValueMapUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiKeyValueMapUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiProviderDownloadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiProviderDownload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiProviderListCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiProviderList", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiProviderUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiProviderUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiProxyDownloadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiProxyDownload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiProxyListCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiProxyList", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestApiProxyUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "apiProxyUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestArtifactPrepareVersionCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "artifactPrepareVersion", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAscAppUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "ascAppUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAwsS3UploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "awsS3Upload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestAzureBlobUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "azureBlobUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestBatsExecuteTestsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "batsExecuteTests", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCheckmarxExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "checkmarxExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCheckmarxOneExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "checkmarxOneExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCloudFoundryCreateServiceKeyCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cloudFoundryCreateServiceKey", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCloudFoundryCreateServiceCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cloudFoundryCreateService", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCloudFoundryCreateSpaceCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cloudFoundryCreateSpace", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCloudFoundryDeleteServiceCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cloudFoundryDeleteService", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCloudFoundryDeleteSpaceCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cloudFoundryDeleteSpace", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCloudFoundryDeployCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cloudFoundryDeploy", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCnbBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "cnbBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCodeqlExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "codeqlExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestContainerExecuteStructureTestsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "containerExecuteStructureTests", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestContainerSaveImageCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "containerSaveImage", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestContrastExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "contrastExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestCredentialdiggerScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "credentialdiggerScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestDetectExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "detectExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestFortifyExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "fortifyExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGaugeExecuteTestsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gaugeExecuteTests", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGcpPublishEventCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gcpPublishEvent", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGctsCloneRepositoryCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gctsCloneRepository", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGctsCreateRepositoryCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gctsCreateRepository", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGctsDeployCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gctsDeploy", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGctsExecuteABAPQualityChecksCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gctsExecuteABAPQualityChecks", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGctsExecuteABAPUnitTestsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gctsExecuteABAPUnitTests", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGctsRollbackCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gctsRollback", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGithubCheckBranchProtectionCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "githubCheckBranchProtection", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGithubCommentIssueCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "githubCommentIssue", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGithubCreateIssueCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "githubCreateIssue", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGithubCreatePullRequestCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "githubCreatePullRequest", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGithubPublishReleaseCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "githubPublishRelease", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGithubSetCommitStatusCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "githubSetCommitStatus", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGitopsUpdateDeploymentCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gitopsUpdateDeployment", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGolangBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "golangBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestGradleExecuteBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "gradleExecuteBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestHadolintExecuteCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "hadolintExecute", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestHelmExecuteCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "helmExecute", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestImagePushToRegistryCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "imagePushToRegistry", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestInfluxWriteDataCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "influxWriteData", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactDeployCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactDeploy", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactDownloadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactDownload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactGetMplStatusCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactGetMplStatus", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactGetServiceEndpointCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactGetServiceEndpoint", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactResourceCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactResource", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactTransportCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactTransport", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactTriggerIntegrationTestCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactTriggerIntegrationTest", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactUnDeployCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactUnDeploy", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactUpdateConfigurationCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactUpdateConfiguration", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIntegrationArtifactUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "integrationArtifactUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestIsChangeInDevelopmentCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "isChangeInDevelopment", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestJsonApplyPatchCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "jsonApplyPatch", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestKanikoExecuteCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "kanikoExecute", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestKarmaExecuteTestsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "karmaExecuteTests", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestKubernetesDeployCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "kubernetesDeploy", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestMalwareExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "malwareExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestMavenBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "mavenBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestMavenExecuteIntegrationCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "mavenExecuteIntegration", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestMavenExecuteStaticCodeChecksCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "mavenExecuteStaticCodeChecks", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestMavenExecuteCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "mavenExecute", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestMtaBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "mtaBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestNewmanExecuteCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "newmanExecute", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestNexusUploadCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "nexusUpload", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestNpmExecuteLintCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "npmExecuteLint", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestNpmExecuteScriptsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "npmExecuteScripts", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestNpmExecuteTestsCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "npmExecuteTests", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestPipelineCreateScanSummaryCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "pipelineCreateScanSummary", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestProtecodeExecuteScanCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "protecodeExecuteScan", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
@@ -13,5 +13,4 @@ func TestPythonBuildCommand(t *testing.T) {
|
||||
|
||||
// only high level testing performed - details are tested in step generation procedure
|
||||
assert.Equal(t, "pythonBuild", testCmd.Use, "command name incorrect")
|
||||
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user