27 lines
968 B
Diff
27 lines
968 B
Diff
|
From 9bdee2d94d0fadde8c40d7742176089bed602213 Mon Sep 17 00:00:00 2001
|
||
|
From: Eric Garver <eric@garver.life>
|
||
|
Date: Fri, 24 Apr 2020 13:50:10 -0400
|
||
|
Subject: [PATCH 17/45] test(dbus): zone: fix zone runtime functional test
|
||
|
title
|
||
|
|
||
|
Fixes: b1e7a3843f7c ("test(dbus): zone: verify runtime config APIs")
|
||
|
(cherry picked from commit 72191394919d1d69a40e258227dbbc3ee3e0285e)
|
||
|
(cherry picked from commit d0713c7b04ac430adb4855078e91fa62b2c79486)
|
||
|
---
|
||
|
src/tests/dbus/zone_runtime_functional.at | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/tests/dbus/zone_runtime_functional.at b/src/tests/dbus/zone_runtime_functional.at
|
||
|
index f48d97897cd9..bb0798abe7da 100644
|
||
|
--- a/src/tests/dbus/zone_runtime_functional.at
|
||
|
+++ b/src/tests/dbus/zone_runtime_functional.at
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-FWD_START_TEST([dbus api - zone permanent functional])
|
||
|
+FWD_START_TEST([dbus api - zone runtime functional])
|
||
|
AT_KEYWORDS(dbus zone gh586)
|
||
|
|
||
|
dnl ####################
|
||
|
--
|
||
|
2.27.0
|
||
|
|