-
Notifications
You must be signed in to change notification settings - Fork 6
Add versioning to the ETOS Client #301
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
Conversation
Current ETOS is called v0. Default value on etosctl testrun start is set to v0. Can now select v1alpha by etosctl testrun v1alpha start instead of --v1alpha. Can, in theory, select versions of the SSE server. In practice it has not been implemented yet. v1alpha is essentially just v0 but with a different URL, but should be updated when we get the new ETOS SSE protocol.
""" | ||
Client for executing test automation suites in ETOS. | ||
Usage: etosctl testrun v0 start [-v|-vv] [-h] -i IDENTITY -s TEST_SUITE [--no-tty] [-w WORKSPACE] [-a ARTIFACT_DIR] [-r REPORT_DIR] [-d DOWNLOAD_REPORTS] [--iut-provider IUT_PROVIDER] [--execution-space-provider EXECUTION_SPACE_PROVIDER] [--log-area-provider LOG_AREA_PROVIDER] [--dataset=DATASET]... [--version] <cluster> |
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.
Usage: etosctl testrun v0 start [-v|-vv] [-h] -i IDENTITY -s TEST_SUITE [--no-tty] [-w WORKSPACE] [-a ARTIFACT_DIR] [-r REPORT_DIR] [-d DOWNLOAD_REPORTS] [--iut-provider IUT_PROVIDER] [--execution-space-provider EXECUTION_SPACE_PROVIDER] [--log-area-provider LOG_AREA_PROVIDER] [--dataset=DATASET]... [--version] <cluster> | |
Usage: etosctl testrun v0 start [-v|-vv] [options] testrun <command> [<args>...] |
--iut-provider IUT_PROVIDER Which IUT provider to use. | ||
--execution-space-provider EXECUTION_SPACE_PROVIDER Which execution space provider to use. | ||
--log-area-provider LOG_AREA_PROVIDER Which log area provider to use. | ||
--dataset DATASET Additional dataset information to the environment provider. Check with your provider which information can be supplied. |
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.
--dataset DATASET Additional dataset information to the environment provider. Check with your provider which information can be supplied. | |
--dataset DATASET Additional dataset information to the environment provider. | |
Check with your provider to see which information can be | |
supplied. |
""" | ||
Client for executing test automation suites in ETOS. | ||
Usage: etosctl testrun v1alpha start [-v|-vv] [-h] -i IDENTITY -s TEST_SUITE [-w WORKSPACE] [-a ARTIFACT_DIR] [-r REPORT_DIR] [--iut-provider IUT_PROVIDER] [--execution-space-provider EXECUTION_SPACE_PROVIDER] [--log-area-provider LOG_AREA_PROVIDER] [--dataset=DATASET]... [--version] <cluster> |
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.
Usage: etosctl testrun v1alpha start [-v|-vv] [-h] -i IDENTITY -s TEST_SUITE [-w WORKSPACE] [-a ARTIFACT_DIR] [-r REPORT_DIR] [--iut-provider IUT_PROVIDER] [--execution-space-provider EXECUTION_SPACE_PROVIDER] [--log-area-provider LOG_AREA_PROVIDER] [--dataset=DATASET]... [--version] <cluster> | |
Usage: etosctl testrun v1alpha start [-v|-vv] [options] testrun <command> [<args>...] |
--iut-provider IUT_PROVIDER Which IUT provider to use. | ||
--execution-space-provider EXECUTION_SPACE_PROVIDER Which execution space provider to use. | ||
--log-area-provider LOG_AREA_PROVIDER Which log area provider to use. | ||
--dataset DATASET Additional dataset information to the environment provider. Check with your provider which information can be supplied. |
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.
--dataset DATASET Additional dataset information to the environment provider. Check with your provider which information can be supplied. | |
--dataset DATASET Additional dataset information to the environment provider. | |
Check with your provider to see which information can be | |
supplied. |
* Add versioning to the ETOS Client Current ETOS is called v0. Default value on etosctl testrun start is set to v0. Can now select v1alpha by etosctl testrun v1alpha start instead of --v1alpha. Can, in theory, select versions of the SSE server. In practice it has not been implemented yet. v1alpha is essentially just v0 but with a different URL, but should be updated when we get the new ETOS SSE protocol.
Applicable Issues
Description of the Change
Current ETOS is called v0.
Default value on etosctl testrun start is set to v0.
Can now select v1alpha by etosctl testrun v1alpha start instead of --v1alpha.
Can, in theory, select versions of the SSE server. In practice it has not been implemented yet.
v1alpha is essentially just v0 but with a different URL, but should be updated when we get the new ETOS SSE protocol.
Alternate Designs
Possible Drawbacks
Sign-off
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Signed-off-by: Tobias Persson tobias.persson@axis.com