Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to d39255f6f768cc1c37a5786be8e8dc9d
Browse files Browse the repository at this point in the history
Bots adjusted the machine imports paths in a8807c247244422e7a99bf1ec0.

Closes #1686
  • Loading branch information
cockpituous authored and jelly committed Apr 25, 2024
1 parent 55ada1f commit bcdfccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 5516784bc7aba7c6fb02d19c57afc4de953ccd17 # 315 + 39 commits
COCKPIT_REPO_COMMIT = d39255f6f768cc1c37a5786be8e8dc9d8f4d5ed2 # 315 + 83 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down
4 changes: 2 additions & 2 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sys
import time

import testlib
from machine_core import ssh_connection
from machine.machine_core import ssh_connection

REGISTRIES_CONF = """
[registries.search]
Expand Down Expand Up @@ -291,7 +291,7 @@ class TestApplication(testlib.MachineCase):
memory = self.browser.text(f"#table-{pod_name}-title .pod-memory")
try:
value, unit = memory.split(' ')
self.assertIn(unit, ["GB", "MB", "KB"])
self.assertIn(unit, ["GB", "MB", "kB", "B"])
return float(value)
except ValueError:
# no unit → only for 0 or not initialized yet
Expand Down

0 comments on commit bcdfccd

Please sign in to comment.