Skip to content
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

Remove BUILTIN_TESTLISTS to simplify things #75

Closed
wants to merge 1 commit into from

Conversation

samuelallan72
Copy link
Contributor

@samuelallan72 samuelallan72 commented Jan 18, 2024

The test lists are already in a well defined directory provided by snap, so we can document them instead.
This both improves the user experience because command line completion can be used for the test list paths,
and makes the code more maintainable by simplifying the logic.

Also change the path to the test lists to be more convenient to type.

Fixes #12

Fixes #62

fi

cp -r $SNAP/tempest_test_lists/* $SNAP_DATA/tempest_test_lists
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why is this copying happening in the first place btw?

@agileshaw
Copy link
Contributor

Let's put this on hold until we figure our whether we really want to change the logic. Moving the PR to WIP for now.

@agileshaw agileshaw marked this pull request as draft January 19, 2024 01:50
The test lists are already in a well defined directory provided by snap,
so we can document them instead.
This both improves the user experience because command line completion
can be used for the test list paths,
and makes the code more maintainable by simplifying the logic.

Fixes #12

Fixes #62
@rgildein rgildein deleted the simplify-testlists branch April 30, 2024 12:48
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.

remove @BUILTIN_TESTLISTS mechanism tempest command in snap does not support whitespace in arguments
2 participants