Skip to content

kalikiana/isotovideo-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Isotovideo test runner

Execute standalone openQA tests within containers. If your repository contains a test distribution or an openQA wheel this action can be used to execute it.

Under the hood the action is analoguous to something like this:

SCHEDULE=tests/foo/bar CASEDIR=. QEMU_NO_KVM=1 isotovideo

Inputs

schedule

Analoguous to the SCHEDULE environment variable you can specify a list of test modules to be executed instead of using a main.pm in the same repository.

Example usage

on: [push, pull_request]
jobs:
  isotovideo:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: kalikiana/isotovideo-action@main
        with:
          schedule: tests/foo/bar
      - uses: actions/upload-artifact@v2
        with:
          name: Test results
          path: .
        if: always()

About

Execute standalone openQA tests within containers

Resources

Stars

Watchers

Forks

Packages

No packages published