Honggang Li 2c518c
- hosts: localhost
Honggang Li 2c518c
  roles:
Honggang Li 2c518c
    - role: standard-test-basic
Honggang Li 2c518c
      tags:
Honggang Li 2c518c
        - classic
Honggang Li 2c518c
      tests:
Honggang Li 2c518c
        - simple:
Honggang Li 2c518c
            dir: .                                 # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder
Honggang Li 2c518c
            run: ./run_tests.sh                             # this is your test command, its exit code is the outcome of the test
Honggang Li 2c518c
      required_packages:
Honggang Li 2c518c
        - environment-modules
Honggang Li 2c518c
        - openmpi