From 2947da6c4d193513ef0b4716c3a9298ab70d6228 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 30 Oct 2023 16:19:21 -0400 Subject: [PATCH] Update D-Bus revision number to r7 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 1104f4e..9074bf6 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 = 6 + REVISION_NUMBER = 7 _REVISION = f"r{REVISION_NUMBER}" BUS_NAME = _BUS_NAME TOP_OBJECT = _TOP_OBJECT