Skip to content

test cvmfs availability in pytests #1217

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

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Conversation

marco66colombo
Copy link
Contributor

Description

This draft PR is intended to trigger the GitLab CI pipeline and verify that CVMFS is mounted in the GitLab jobs where tests are run.

This code is not meant to be merged into the main branch but is instead used to check the availability of CVMFS and Vivado in the containers where the CI test jobs are executed.

To determine whether CVMFS and Vivado are accessible in PyTests, the generate_ci_yaml.py file has been modified to run only one job with the necessary test cases, thus avoiding the execution of other time and resource-consuming tests.

test/pytest/test_cvmfs_mount.py has been added to specifically test CVMFS configuration and availability. This is the only file from which tests should run for this draft PR.

Type of change

For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.

  • Other (Specify) - Testing infrastructure

Tests

Check the output of the test cases on GitLab piepline to see if CVMFS and Vivado are available.

Checklist

  • I have read the guidelines for contributing.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have installed and run pre-commit on the files I edited or added.
  • I have added tests that prove my fix is effective or that my feature works.

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.

1 participant