#81 Add a role to pull tests from another git repository
Closed: SOLVED by astepano. Opened by pingou.

The more we discuss about where to put the tests, the more it appears there will be cases where tests will be shared across repos. Having a role to simplify integrating tests from another repo seems to be more and more important.


I need this too.

  1. https://src.fedoraproject.org/rpms/systemd/pull-request/1 won't be merged as it's total duplicacy of work.
  2. Instead do a git clone with ansible and run tests.

  • hosts: all
    tasks:
    • git:
      repo: https://github.com/systemd/systemd-fedora-ci
      dest: systemd-test

Beakerlib/basic supports this.
Check example at: https://src.fedoraproject.org/rpms/bash/blob/master/f/tests/tests.yml#_10

Metadata Update from @astepano:
- Issue close_status updated to: SOLVED
- Issue status updated to: Closed (was: Open)

Metadata