Skip to content

feature: allow to enable/disable tests

Created by: wizardofoz123

This patch adds 'kpet tests enable/disable' commands. The commands modify either a local layout file relative to --db , or remote layout file on cki-project/kpet-db: (specified by -b ).

If you want to update a remote project using -b, env. variables GITLAB_URL and GITLAB_PRIVATE_TOKEN have to be set

The tests are disabled/enabled by moving tests (to/from testsuites and testsuites_disabled (a new dict) inside layout/layout.json of kpet-db.

Signed-off-by: Jakub Racek jracek@redhat.com

Merge request reports