[lxc-devel] [lxc/master] tests: use /dev/null instead of /dev/network_latency

brauner on Github lxc-bot at linuxcontainers.org
Mon Nov 18 14:09:55 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 466 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191118/9fbe5329/attachment.bin>
-------------- next part --------------
From 6a04f4c50bf368e05d45e2d0ceb94a0c14663ef1 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Mon, 18 Nov 2019 15:08:22 +0100
Subject: [PATCH] tests: use /dev/null instead of /dev/network_latency

BugLink: https://bugs.launchpad.net/bugs/1848587

The latter device has been removed apparently.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/tests/device_add_remove.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/device_add_remove.c b/src/tests/device_add_remove.c
index 4a2e95138d..4743381ae0 100644
--- a/src/tests/device_add_remove.c
+++ b/src/tests/device_add_remove.c
@@ -21,7 +21,7 @@
 #include <lxc/lxccontainer.h>
 
 #define NAME "device_add_remove_test"
-#define DEVICE "/dev/network_latency"
+#define DEVICE "/dev/null"
 
 int main(int argc, char *argv[])
 {


More information about the lxc-devel mailing list