-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/e2e: Update testcases for HTTPS KBS #2285
base: main
Are you sure you want to change the base?
test/e2e: Update testcases for HTTPS KBS #2285
Conversation
@@ -84,6 +84,62 @@ default WriteStreamRequest := true | |||
''' | |||
` | |||
|
|||
var testInitdatahttps string = `algorithm = "sha384" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the only difference in this version from the other is the cert, can we do something create a function to generate this and pass in the cert as a parameter and if it's nil then don't add the cert, but otherwise do?
.github/workflows/e2e_on_pull.yaml
Outdated
@@ -22,7 +22,7 @@ on: | |||
- opened | |||
- synchronize | |||
- reopened | |||
- labeled | |||
# - labeled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need to make GHA changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to trigger e2e test cases in my pr I tried updating the yaml file steve this is a work in progress pr
d0e9006
to
3bd6e63
Compare
Signed-off-by: Adapa Chathurya <[email protected]>
268cb6b
to
2c5153f
Compare
No description provided.