Skip to content

Commit

Permalink
DBG - amplify testHealthcheckUser
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Oct 21, 2024
1 parent 51690a7 commit a74d094
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ prepare-check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common test/reference
# run the browser integration tests; skip check for SELinux denials
# this will run all tests/check-* and format them as TAP
check: prepare-check
TEST_AUDIT_NO_SELINUX=1 test/common/run-tests ${RUN_TESTS_OPTIONS}
TEST_AUDIT_NO_SELINUX=1 test/common/run-tests ${RUN_TESTS_OPTIONS} TestApplication.testHealthcheckUser

bots: $(COCKPIT_REPO_STAMP)
test/common/make-bots
Expand Down
21 changes: 21 additions & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -2724,6 +2724,27 @@ class TestApplication(testlib.MachineCase):
def testHealthcheckUser(self):
self._testHealthcheck(False)

def testHealthcheckUser2(self):
self._testHealthcheck(False)

def testHealthcheckUser3(self):
self._testHealthcheck(False)

def testHealthcheckUser4(self):
self._testHealthcheck(False)

def testHealthcheckUser5(self):
self._testHealthcheck(False)

def testHealthcheckUser6(self):
self._testHealthcheck(False)

def testHealthcheckUser7(self):
self._testHealthcheck(False)

def testHealthcheckUser8(self):
self._testHealthcheck(False)

# Ubuntu 2204 lacks user systemd units
# https://github.com/containers/podman/commit/9312d458b4254b48e331d1ae40cb2f6d0fec9bd0
@testlib.skipImage("podman-restart not available for user", "ubuntu-2204")
Expand Down

0 comments on commit a74d094

Please sign in to comment.