From 90f320ac9df6eab2ae1a2fc55437d3dd75ff2fa2 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sun, 28 Jun 2015 08:17:55 +0200 Subject: [PATCH] add some test files --- .gitignore | 1 + tests/arp.php | 3 +++ tests/bonding_client.php | 3 +++ tests/bonding_tr181.php | 3 +++ tests/bonding_tunnel.php | 3 +++ tests/dhcp_client.php | 3 +++ tests/dhcp_server.php | 3 +++ tests/dns.php | 3 +++ tests/dsl.php | 3 +++ tests/example.config.php | 5 +++++ tests/filterlist.php | 3 +++ tests/igmp_proxy.php | 3 +++ tests/igmp_snooping.php | 3 +++ tests/interfaces.php | 3 +++ tests/ipv6.php | 3 +++ tests/lteinfo.php | 3 +++ tests/memory.php | 3 +++ tests/module.php | 3 +++ tests/routing.php | 3 +++ tests/session.php | 3 +++ tests/speed.php | 3 +++ tests/status.php | 3 +++ tests/webdav.php | 3 +++ tests/wlan.php | 3 +++ 24 files changed, 72 insertions(+) create mode 100644 .gitignore create mode 100644 tests/arp.php create mode 100644 tests/bonding_client.php create mode 100644 tests/bonding_tr181.php create mode 100644 tests/bonding_tunnel.php create mode 100644 tests/dhcp_client.php create mode 100644 tests/dhcp_server.php create mode 100644 tests/dns.php create mode 100644 tests/dsl.php create mode 100644 tests/example.config.php create mode 100644 tests/filterlist.php create mode 100644 tests/igmp_proxy.php create mode 100644 tests/igmp_snooping.php create mode 100644 tests/interfaces.php create mode 100644 tests/ipv6.php create mode 100644 tests/lteinfo.php create mode 100644 tests/memory.php create mode 100644 tests/module.php create mode 100644 tests/routing.php create mode 100644 tests/session.php create mode 100644 tests/speed.php create mode 100644 tests/status.php create mode 100644 tests/webdav.php create mode 100644 tests/wlan.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c32ee7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/tests/config.php diff --git a/tests/arp.php b/tests/arp.php new file mode 100644 index 0000000..38e56b7 --- /dev/null +++ b/tests/arp.php @@ -0,0 +1,3 @@ +getData('arp')); diff --git a/tests/bonding_client.php b/tests/bonding_client.php new file mode 100644 index 0000000..e09eb7d --- /dev/null +++ b/tests/bonding_client.php @@ -0,0 +1,3 @@ +getData('bonding_client')); diff --git a/tests/bonding_tr181.php b/tests/bonding_tr181.php new file mode 100644 index 0000000..ac5dad1 --- /dev/null +++ b/tests/bonding_tr181.php @@ -0,0 +1,3 @@ +getData('bonding_tr181')); diff --git a/tests/bonding_tunnel.php b/tests/bonding_tunnel.php new file mode 100644 index 0000000..3d97666 --- /dev/null +++ b/tests/bonding_tunnel.php @@ -0,0 +1,3 @@ +getData('bonding_tunnel')); diff --git a/tests/dhcp_client.php b/tests/dhcp_client.php new file mode 100644 index 0000000..500644a --- /dev/null +++ b/tests/dhcp_client.php @@ -0,0 +1,3 @@ +getData('dhcp_client')); diff --git a/tests/dhcp_server.php b/tests/dhcp_server.php new file mode 100644 index 0000000..5e6413a --- /dev/null +++ b/tests/dhcp_server.php @@ -0,0 +1,3 @@ +getData('dhcp_server')); diff --git a/tests/dns.php b/tests/dns.php new file mode 100644 index 0000000..94e9929 --- /dev/null +++ b/tests/dns.php @@ -0,0 +1,3 @@ +getData('dns')); diff --git a/tests/dsl.php b/tests/dsl.php new file mode 100644 index 0000000..cf899b3 --- /dev/null +++ b/tests/dsl.php @@ -0,0 +1,3 @@ +getData('dsl')); diff --git a/tests/example.config.php b/tests/example.config.php new file mode 100644 index 0000000..a59a48d --- /dev/null +++ b/tests/example.config.php @@ -0,0 +1,5 @@ +getData('filterlist')); diff --git a/tests/igmp_proxy.php b/tests/igmp_proxy.php new file mode 100644 index 0000000..7f7c316 --- /dev/null +++ b/tests/igmp_proxy.php @@ -0,0 +1,3 @@ +getData('igmp_proxy')); diff --git a/tests/igmp_snooping.php b/tests/igmp_snooping.php new file mode 100644 index 0000000..9513968 --- /dev/null +++ b/tests/igmp_snooping.php @@ -0,0 +1,3 @@ +getData('igmp_snooping')); diff --git a/tests/interfaces.php b/tests/interfaces.php new file mode 100644 index 0000000..5fd2168 --- /dev/null +++ b/tests/interfaces.php @@ -0,0 +1,3 @@ +getData('interfaces')); diff --git a/tests/ipv6.php b/tests/ipv6.php new file mode 100644 index 0000000..1d25dce --- /dev/null +++ b/tests/ipv6.php @@ -0,0 +1,3 @@ +getData('ipv6')); diff --git a/tests/lteinfo.php b/tests/lteinfo.php new file mode 100644 index 0000000..26115f3 --- /dev/null +++ b/tests/lteinfo.php @@ -0,0 +1,3 @@ +getData('lteinfo')); diff --git a/tests/memory.php b/tests/memory.php new file mode 100644 index 0000000..e418b06 --- /dev/null +++ b/tests/memory.php @@ -0,0 +1,3 @@ +getData('memory')); diff --git a/tests/module.php b/tests/module.php new file mode 100644 index 0000000..20b8a34 --- /dev/null +++ b/tests/module.php @@ -0,0 +1,3 @@ +getData('module')); diff --git a/tests/routing.php b/tests/routing.php new file mode 100644 index 0000000..39509ea --- /dev/null +++ b/tests/routing.php @@ -0,0 +1,3 @@ +getData('routing')); diff --git a/tests/session.php b/tests/session.php new file mode 100644 index 0000000..d0b693c --- /dev/null +++ b/tests/session.php @@ -0,0 +1,3 @@ +getData('session')); diff --git a/tests/speed.php b/tests/speed.php new file mode 100644 index 0000000..a74799f --- /dev/null +++ b/tests/speed.php @@ -0,0 +1,3 @@ +getData('speed')); diff --git a/tests/status.php b/tests/status.php new file mode 100644 index 0000000..5a14859 --- /dev/null +++ b/tests/status.php @@ -0,0 +1,3 @@ +getData('status')); diff --git a/tests/webdav.php b/tests/webdav.php new file mode 100644 index 0000000..01d3cb2 --- /dev/null +++ b/tests/webdav.php @@ -0,0 +1,3 @@ +getData('webdav')); diff --git a/tests/wlan.php b/tests/wlan.php new file mode 100644 index 0000000..059e1f9 --- /dev/null +++ b/tests/wlan.php @@ -0,0 +1,3 @@ +getData('wlan')); -- 2.20.1