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

Create a script to run CSI CI tests #562

Open
safronovD opened this issue Oct 5, 2021 · 0 comments
Open

Create a script to run CSI CI tests #562

safronovD opened this issue Oct 5, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@safronovD
Copy link
Contributor

Current flow:

You can use specific versions of CSI or Operator or helm charts via editing environment variables.

Logs from go test executing will be saved into log.txt.

make test-ci CSI_VERSION=${CSI_VERSION} OPERATOR_VERSION=${CSI_OPERATOR_VERSION} CHARTS_DIR=${CSI_BAREMETAL_OPERATOR_DIR/charts}

View results

# Install the tool
pip install junit2html

# Get a human-readable report
junit2html test/e2e/report.xml e2e_results.html
@safronovD safronovD added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant