-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Cray-HPE/CASMHMS-5458/coordination-for-hm…
…s-ct-helm-tests CASMHMS-5458 Coordination for HMS CT Helm tests
- Loading branch information
Showing
8 changed files
with
66 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.17.0 | ||
1.18.0 |
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This file contains the base common configurations for running pytest tavern tests. It is statically generated, | ||
# because we anticipate the same settings for all ct-test containers that inherit from it. | ||
name: tavern_global_configuration #is this needed, used? | ||
# This file contains the base common configurations for running pytest tavern tests. It is statically | ||
# generated, because we anticipate the same settings for all CT test containers that inherit from it. | ||
name: tavern_global_configuration | ||
description: common configuration for all tavern invocations | ||
variables: | ||
verify: false #should ssl verification happen in tavern tests? its hard coded everywhere to false (partially because the PIT would complain) | ||
sls_base_url: http://cray-hbtd:28500 | ||
verify: false | ||
hbtd_base_url: http://cray-hbtd:28500 |