Skip to content

Commit

Permalink
removing the log parameter from the artifactory IT test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
adityanarayanp committed Dec 13, 2023
1 parent 75f0644 commit acd79a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/SW360IntegrationTest/Conan/ArtifactoryUploaderConan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public void TestArtifactoryUploaderexe()
TestConstant.JfrogConanDevDestRepoName,testParameters.DevDestinationRepoName,
TestConstant.JfrogConanInternalDestRepoName,testParameters.InternalDestinationRepoName,
TestConstant.JFrogApiURL,testParameters.JfrogApi,
TestConstant.Release, false.ToString(),
"--LogFolderPath C:\\Users\\z004tjcm\\Desktop\\CATool\\Logs"
TestConstant.Release, false.ToString()
}),
"Test to run Artifactory Uploader EXE execution");
}
Expand Down
4 changes: 2 additions & 2 deletions src/SW360IntegrationTest/Maven/ArtifactoryUploaderMaven.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public void TestArtifactoryUploaderexe()
TestConstant.JfrogMavenDevDestRepoName,testParameters.DevDestinationRepoName,
TestConstant.JfrogMavenInternalDestRepoName,testParameters.InternalDestinationRepoName,
TestConstant.JFrogApiURL,testParameters.JfrogApi,
TestConstant.Release, false.ToString(),
"--LogFolderPath C:\\Users\\z004tjcm\\Desktop\\CATool\\Logs"}),
TestConstant.Release, false.ToString()
}),
"Test to run Artifactory Uploader EXE execution");
}
[Test, Order(2)]
Expand Down
3 changes: 1 addition & 2 deletions src/SW360IntegrationTest/Python/ArtifactoryUploaderPython.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public void TestArtifactoryUploaderexe()
TestConstant.JfrogPythonDevDestRepoName,testParameters.DevDestinationRepoName,
TestConstant.JfrogPythonInternalDestRepoName,testParameters.InternalDestinationRepoName,
TestConstant.JFrogApiURL,testParameters.JfrogApi,
TestConstant.Release, false.ToString(),
"--LogFolderPath C:\\Users\\z004tjcm\\Desktop\\CATool\\Logs"
TestConstant.Release, false.ToString()
});

// Test BOM Creator ran with exit code 0 or 2 (Warning)
Expand Down

0 comments on commit acd79a8

Please sign in to comment.