From 0a2e16b2c6b4028c5a2b901a3e5c41e1ed8c2ae4 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 4 Nov 2024 18:22:20 -0500 Subject: [PATCH] Update revision number to 8 Signed-off-by: mulhern --- testlib/dbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testlib/dbus.py b/testlib/dbus.py index 2101a4b..7de87b7 100644 --- a/testlib/dbus.py +++ b/testlib/dbus.py @@ -106,7 +106,7 @@ class StratisDbus: _BUS = dbus.SystemBus() _BUS_NAME = "org.storage.stratis3" _TOP_OBJECT = "/org/storage/stratis3" - REVISION_NUMBER = 7 + REVISION_NUMBER = 8 _REVISION = f"r{REVISION_NUMBER}" BUS_NAME = _BUS_NAME TOP_OBJECT = _TOP_OBJECT