RedHat-SP-Security / tang-operator-tests

Upstream repository for tang-operator test suite
GNU General Public License v3.0
1 stars 1 forks source link

Split test into more smaller tests #56

Closed Koncpa closed 1 year ago

sarroutbi commented 1 year ago

@Koncpa : quick question about this change ... Do old instructions apply? If not ... I guess we have two options: 1 - Include a Makefile at Sanity directory that expands to execute all tests 2 - Change README.md to document which is the new procedure

I prefer the first one, but I am open to changes

sopos commented 1 year ago

It would be good to require the helper's directory explicitly, for the future compatibility once the https://github.com/teemtee/tmt/pull/2333 is merged and enabled by default.

require:
  - type: file
    pattern: /TestHelpers/.*

Ideally somewhere up in the structure so all the tests can inherit that. (Do not forget co use require+, in the tests.)