Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kata-containers/kata-containers Loading
base: df1633a
Choose a base ref
...
head repository: kata-containers/kata-containers Loading
compare: 57f78c6
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 4, 2023

  1. tests: Introduce the crictl tests

    The tests/integration/cri-containerd currently runs the containerd's
    cri-integration tests plus a couple of kata's specific tests using
    crictl. Splited in two suite of tests:
    
     * cri-containerd - keep running the containerd's cri-integration tests
     * crictl - new home for crictl based tests
    
    The code is essentially a copy of
     * cri-containerd/integration-tests.sh ->
       crictl/run_tests.sh
     * cri-containerd/gha-run.sh ->
       crictl/gha-run.sh
    
    On crictl/run_tests.sh, `testContainerStart()` was added a handler to
    pull the pause image before creating the pod.
    
    Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
    wainersm committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    57f78c6 View commit details
    Browse the repository at this point in the history
Loading