Skip to content

Commit

Permalink
Test 1.11.3 image runs
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Oct 17, 2024
1 parent ea19a39 commit abbcb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sanity/test_rock.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#

# Copyright 2024 Canonical, Ltd.
#

import pytest
from k8s_test_harness.util import docker_util, env_util


@pytest.mark.parametrize("image_version", ["1.11.1"])
@pytest.mark.parametrize("image_version", ["1.11.3"])
def test_sanity(image_version):
rock = env_util.get_build_meta_info_for_rock_version(
"coredns", image_version, "amd64"
Expand Down

0 comments on commit abbcb8e

Please sign in to comment.