From 239e7cadfbdc82b7400c5bfd648e175fb56b5fcd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 9 Oct 2020 18:07:53 +0200 Subject: [PATCH] tests/gnrc_*: move to tests-as-root --- tests/gnrc_dhcpv6_client/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_dhcpv6_client_6lbr/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_ipv6_ext/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_ipv6_ext_frag/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_ipv6_ext_opt/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_ipv6_nib_dns/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_rpl_srh/{tests => tests-as-root}/01-run.py | 0 tests/gnrc_sock_dns/{tests => tests-as-root}/01-run.py | 0 .../{tests => tests-as-root}/01-conn_lifecycle_as_client.py | 0 .../{tests => tests-as-root}/02-conn_lifecycle_as_server.py | 0 tests/gnrc_tcp/{tests => tests-as-root}/03-send_data.py | 0 tests/gnrc_tcp/{tests => tests-as-root}/04-receive_data.py | 0 tests/gnrc_tcp/{tests => tests-as-root}/05-garbage-pkts.py | 0 .../{tests => tests-as-root}/06-receive_data_closed_conn.py | 0 .../gnrc_tcp/{tests => tests-as-root}/07-endpoint_construction.py | 0 tests/gnrc_tcp/{tests => tests-as-root}/shared_func.py | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename tests/gnrc_dhcpv6_client/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_dhcpv6_client_6lbr/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_ipv6_ext/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_ipv6_ext_frag/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_ipv6_ext_opt/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_ipv6_nib_dns/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_rpl_srh/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_sock_dns/{tests => tests-as-root}/01-run.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/01-conn_lifecycle_as_client.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/02-conn_lifecycle_as_server.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/03-send_data.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/04-receive_data.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/05-garbage-pkts.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/06-receive_data_closed_conn.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/07-endpoint_construction.py (100%) rename tests/gnrc_tcp/{tests => tests-as-root}/shared_func.py (100%) diff --git a/tests/gnrc_dhcpv6_client/tests/01-run.py b/tests/gnrc_dhcpv6_client/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_dhcpv6_client/tests/01-run.py rename to tests/gnrc_dhcpv6_client/tests-as-root/01-run.py diff --git a/tests/gnrc_dhcpv6_client_6lbr/tests/01-run.py b/tests/gnrc_dhcpv6_client_6lbr/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_dhcpv6_client_6lbr/tests/01-run.py rename to tests/gnrc_dhcpv6_client_6lbr/tests-as-root/01-run.py diff --git a/tests/gnrc_ipv6_ext/tests/01-run.py b/tests/gnrc_ipv6_ext/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_ipv6_ext/tests/01-run.py rename to tests/gnrc_ipv6_ext/tests-as-root/01-run.py diff --git a/tests/gnrc_ipv6_ext_frag/tests/01-run.py b/tests/gnrc_ipv6_ext_frag/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_ipv6_ext_frag/tests/01-run.py rename to tests/gnrc_ipv6_ext_frag/tests-as-root/01-run.py diff --git a/tests/gnrc_ipv6_ext_opt/tests/01-run.py b/tests/gnrc_ipv6_ext_opt/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_ipv6_ext_opt/tests/01-run.py rename to tests/gnrc_ipv6_ext_opt/tests-as-root/01-run.py diff --git a/tests/gnrc_ipv6_nib_dns/tests/01-run.py b/tests/gnrc_ipv6_nib_dns/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_ipv6_nib_dns/tests/01-run.py rename to tests/gnrc_ipv6_nib_dns/tests-as-root/01-run.py diff --git a/tests/gnrc_rpl_srh/tests/01-run.py b/tests/gnrc_rpl_srh/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_rpl_srh/tests/01-run.py rename to tests/gnrc_rpl_srh/tests-as-root/01-run.py diff --git a/tests/gnrc_sock_dns/tests/01-run.py b/tests/gnrc_sock_dns/tests-as-root/01-run.py similarity index 100% rename from tests/gnrc_sock_dns/tests/01-run.py rename to tests/gnrc_sock_dns/tests-as-root/01-run.py diff --git a/tests/gnrc_tcp/tests/01-conn_lifecycle_as_client.py b/tests/gnrc_tcp/tests-as-root/01-conn_lifecycle_as_client.py similarity index 100% rename from tests/gnrc_tcp/tests/01-conn_lifecycle_as_client.py rename to tests/gnrc_tcp/tests-as-root/01-conn_lifecycle_as_client.py diff --git a/tests/gnrc_tcp/tests/02-conn_lifecycle_as_server.py b/tests/gnrc_tcp/tests-as-root/02-conn_lifecycle_as_server.py similarity index 100% rename from tests/gnrc_tcp/tests/02-conn_lifecycle_as_server.py rename to tests/gnrc_tcp/tests-as-root/02-conn_lifecycle_as_server.py diff --git a/tests/gnrc_tcp/tests/03-send_data.py b/tests/gnrc_tcp/tests-as-root/03-send_data.py similarity index 100% rename from tests/gnrc_tcp/tests/03-send_data.py rename to tests/gnrc_tcp/tests-as-root/03-send_data.py diff --git a/tests/gnrc_tcp/tests/04-receive_data.py b/tests/gnrc_tcp/tests-as-root/04-receive_data.py similarity index 100% rename from tests/gnrc_tcp/tests/04-receive_data.py rename to tests/gnrc_tcp/tests-as-root/04-receive_data.py diff --git a/tests/gnrc_tcp/tests/05-garbage-pkts.py b/tests/gnrc_tcp/tests-as-root/05-garbage-pkts.py similarity index 100% rename from tests/gnrc_tcp/tests/05-garbage-pkts.py rename to tests/gnrc_tcp/tests-as-root/05-garbage-pkts.py diff --git a/tests/gnrc_tcp/tests/06-receive_data_closed_conn.py b/tests/gnrc_tcp/tests-as-root/06-receive_data_closed_conn.py similarity index 100% rename from tests/gnrc_tcp/tests/06-receive_data_closed_conn.py rename to tests/gnrc_tcp/tests-as-root/06-receive_data_closed_conn.py diff --git a/tests/gnrc_tcp/tests/07-endpoint_construction.py b/tests/gnrc_tcp/tests-as-root/07-endpoint_construction.py similarity index 100% rename from tests/gnrc_tcp/tests/07-endpoint_construction.py rename to tests/gnrc_tcp/tests-as-root/07-endpoint_construction.py diff --git a/tests/gnrc_tcp/tests/shared_func.py b/tests/gnrc_tcp/tests-as-root/shared_func.py similarity index 100% rename from tests/gnrc_tcp/tests/shared_func.py rename to tests/gnrc_tcp/tests-as-root/shared_func.py