We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
go test
make test-ci CSI_VERSION=${CSI_VERSION} OPERATOR_VERSION=${CSI_OPERATOR_VERSION} CHARTS_DIR=${CSI_BAREMETAL_OPERATOR_DIR/charts}
# Install the tool pip install junit2html # Get a human-readable report junit2html test/e2e/report.xml e2e_results.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current flow:
The text was updated successfully, but these errors were encountered: