-
Notifications
You must be signed in to change notification settings - Fork 27
Bottlerocket Testing Cli #487
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
Bottlerocket Testing Cli #487
Conversation
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.
Great work so far. Here are some initial comments.
edit: you can also combine all all of your changes into a single commit.
agent/test-agent-cli/examples/example_test_agent_cli/Dockerfile
Outdated
Show resolved
Hide resolved
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
045e254 to
0480944
Compare
ecpullen
left a comment
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.
Some more comments. We may want to reconsider some command invocations.
Consider:
test-agent init
test-agent terminate
test-agent send-results --passed 1 or test-agent results --passed 1
test-agent get-secret my-secret or test-agent secret my-secret
test-agent error
test-agent retry-count etc
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
29f3a32 to
95e2ca0
Compare
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
3be2916 to
b6312ab
Compare
6143c20 to
18a05b5
Compare
7e0add6 to
841fae5
Compare
bce1ad7 to
31a23be
Compare
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
ecpullen
left a comment
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.
Mostly nits. It's getting very close.
044f016 to
02c1a62
Compare
c9e30fa to
b3eafd2
Compare
b3eafd2 to
d63ca47
Compare
d63ca47 to
52e5a5a
Compare
ecpullen
left a comment
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.
Great work. 1 more small thing.
e614452 to
85f1d99
Compare
ecpullen
left a comment
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.
Great work!
etungsten
left a comment
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.
Awesome! Just a last few nits.
agent/test-agent-cli/examples/example_test_agent_cli/example-test.sh
Outdated
Show resolved
Hide resolved
85f1d99 to
7335679
Compare
stmcginnis
left a comment
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.
Looks good to me, but will leave it to @ecpullen or @etungsten to do the actual merge since they have more context on this.
Description of changes:
A CLI that can help in writing test case using Bash Script(This CLI takes care of all the interaction with Kubernetes Cluster). This CLI contains following commands
Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.