-
Notifications
You must be signed in to change notification settings - Fork 9
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
Refactoring of hurl scripts #1475
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
…iable naming for consistency, and clean up
…mission id when not possible to get, plus clean up
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Quality Gate passedIssues Measures |
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.
Might've missed it or just be out of the loop on what's changed, but did the MSH Header replacement get removed?
Yes, it's not needed anymore. We're now routing internal tests with |
Refactoring of hurl scripts
message_submission_utils.sh
=>utils.sh
hrl
scripts to use functions and reuse code inutils.sh
hrl
scriptsrs/hrl
=>rs.sh
ti/hrl
=>ti.sh
epic/hrl
=>epic.sh
submit_message.sh
to extract reusable code and add argument to pass environmentrs.sh
andti.sh
scripts to handle deployed env and change parameters and naming for consistencyIssue
#1485