-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(KPFv2Client): add httpServer and oauthToken parameters
- Loading branch information
Showing
2 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,7 @@ void deployDataScienceCluster() { | |
/// ODS-2206 - Verify user can create and run a data science pipeline in DS Project | ||
/// ODS-2226 - Verify user can delete components of data science pipeline from DS Pipelines page | ||
/// https://issues.redhat.com/browse/RHODS-5133 | ||
@SuppressWarnings({"checkstyle:MethodLength"}) | ||
@TestDoc( | ||
description = @Desc("Check that user can create, run and deleted DataSciencePipeline from a DataScience project"), | ||
contact = @Contact(name = "Jiri Danek", email = "[email protected]"), | ||
|