#91 grepping yaml files instead of parsing them causes tests to be skipped
Closed by bgoncalv. Opened by bookwar.

tests.yml:

---
- hosts: localhost
  roles:
    - role: standard-test-basic
      tags: [classic]
      required_packages:
        - udiskie
      tests:
        # Check that the package can be run
        - installed:
            run: udiskie --version

Th command in the pipeline

grep -r '\- classic$' udiskie/tests fails to find the classic tag in the yaml and skips the test run


proposed fix https://github.com/openshift/contra-lib/pull/97

Metadata Update from @bgoncalv:
- Issue status updated to: Closed (was: Open)

Metadata