From 3ba08939cbca76ef70fafeba5ad9235e6153bb0c Mon Sep 17 00:00:00 2001 From: Kirill Tkhai Date: Fri, 23 Mar 2018 12:09:31 +0300 Subject: [PATCH] zdtm: Actually add tun_ns test Previous patch missed "git add", so simlink and .desc file were not sent... Signed-off-by: Kirill Tkhai --- test/zdtm/static/tun_ns.c | 1 + test/zdtm/static/tun_ns.desc | 1 + 2 files changed, 2 insertions(+) create mode 120000 test/zdtm/static/tun_ns.c create mode 100644 test/zdtm/static/tun_ns.desc diff --git a/test/zdtm/static/tun_ns.c b/test/zdtm/static/tun_ns.c new file mode 120000 index 000000000..bbc509ae9 --- /dev/null +++ b/test/zdtm/static/tun_ns.c @@ -0,0 +1 @@ +tun.c \ No newline at end of file diff --git a/test/zdtm/static/tun_ns.desc b/test/zdtm/static/tun_ns.desc new file mode 100644 index 000000000..cea7cfd49 --- /dev/null +++ b/test/zdtm/static/tun_ns.desc @@ -0,0 +1 @@ +{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'tun tun_ns'}