Skip to content

Conversation

t-persson
Copy link
Collaborator

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

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.
@t-persson t-persson requested a review from a team as a code owner November 19, 2024 10:27
@t-persson t-persson requested review from fredjn and andmat900 and removed request for a team November 19, 2024 10:27
"""
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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--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.

@t-persson t-persson requested a review from fredjn November 27, 2024 11:52
@t-persson t-persson merged commit 3b592a5 into eiffel-community:main Jan 17, 2025
@t-persson t-persson deleted the etos-versioning branch January 17, 2025 10:43
andmat900 pushed a commit to andmat900/etos that referenced this pull request Feb 10, 2025
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants