cec2081
- hosts: localhost
cec2081
  pre_tasks:
cec2081
  # We want to be able to check that the sub-package dependencies are correct.
cec2081
  # The CI system installs all sub-packages, so we remove them so we can
cec2081
  # test them individually.
cec2081
  - name: Remove RPMS installed by CI
cec2081
    package:
cec2081
      name:
cec2081
        - python2-lldb
cec2081
        - lldb
cec2081
        - lldb-devel
cec2081
      state: absent
cec2081
    tags: classic
cec2081
  roles:
cec2081
  - role: standard-test-basic
cec2081
    tags:
cec2081
      - classic
cec2081
    required_packages:
cec2081
      - gcc-c++
cec2081
      - lldb
cec2081
    tests:
cec2081
      # rhbz#1567262
cec2081
      - python-embedded-interpreter:
cec2081
          dir: python-embedded-interpreter
cec2081
          run: ./runtest.sh