Skip to content
Snippets Groups Projects
Select Git revision
  • 8fa29a95222ec163f0db43c7332cae7fbf76b356
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

sanity.sh

  • Thomas Woerner's avatar
    8fa29a95
    Enable ansible-test in github workflow · 8fa29a95
    Thomas Woerner authored
    This test is using the galaxy_importer from ansible project. The
    configuration file galaxy-importer.cfg is copied from linux-system-roles
    
        https://github.com/linux-system-roles/auto-maintenance/blob/master/\
        lsr_role2collection/galaxy-importer.cfg
    
    The tests script has extra code to parse the output of the importer to
    highlight errors and to exit with a proper error code.
    
    The test can be used locally also with "sh tests/sanity/sanity.sh"
    
    New files:
    - .github/workflows/ansible-test.yml
    - tests/sanity/galaxy-importer.cfg
    - tests/sanity/sanity.sh
    8fa29a95
    History
    Enable ansible-test in github workflow
    Thomas Woerner authored
    This test is using the galaxy_importer from ansible project. The
    configuration file galaxy-importer.cfg is copied from linux-system-roles
    
        https://github.com/linux-system-roles/auto-maintenance/blob/master/\
        lsr_role2collection/galaxy-importer.cfg
    
    The tests script has extra code to parse the output of the importer to
    highlight errors and to exit with a proper error code.
    
    The test can be used locally also with "sh tests/sanity/sanity.sh"
    
    New files:
    - .github/workflows/ansible-test.yml
    - tests/sanity/galaxy-importer.cfg
    - tests/sanity/sanity.sh