Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 945 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 945 Bytes

cri-o testing

This project aims to run all available cri-o test scenarios under openSUSE Kubic.

Dependencies

The following dependencies needs to be fulfilled to run this project:

Running the tests

Multiple targets are available for running the test scenarios:

  • make unit: Run the unit tests.
  • make critest: Run the critest integration tests.
  • make integration: Run the cri-o integration tests with and without user-namespace support.
  • make e2e-node: Run the Kubernetes node end-to-end tests.
  • make e2e: Run the Kubeneretes end-to-end tests.

Every test does a complete local setup of a Kubic virtual machine and destroys it afterwards. For hacking proposes the make target make setup can be used to provision a base machine.