Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMT enablement #83

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2021

  1. Add TMT smoke test

    jkonecny12 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7a61b1e View commit details
    Browse the repository at this point in the history
  2. Add unit tests to TMT

    jkonecny12 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    36204c9 View commit details
    Browse the repository at this point in the history
  3. Move existing TMT plans under pr-testing directory

    This configuration will work only for PR testing or gating.
    jkonecny12 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a3a416d View commit details
    Browse the repository at this point in the history
  4. Add new TMT plan and split tests for local and pr-tests

    PR-testing and Gating have to test unit-tests based on the installed
    package, however, when we are running these tests in local then we want
    to start the tests on source and not the installed package.
    
    Create two plans to solve this issue.
    jkonecny12 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    c8ef888 View commit details
    Browse the repository at this point in the history