tests: use /dev/loop-control instead of /dev/network_latency

BugLink: https://bugs.launchpad.net/bugs/1848587 The latter device has been removed apparently. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 234507c2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <lxc/lxccontainer.h> #include <lxc/lxccontainer.h>
#define NAME "device_add_remove_test" #define NAME "device_add_remove_test"
#define DEVICE "/dev/network_latency" #define DEVICE "/dev/loop-control"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment