The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3187
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === BugLink: https://bugs.launchpad.net/bugs/1848587 The latter device has been removed apparently. Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 6a04f4c50bf368e05d45e2d0ceb94a0c14663ef1 Mon Sep 17 00:00:00 2001 From: Christian Brauner <christian.brau...@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.brau...@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[]) {
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel