From: Stricted Date: Sun, 28 Jun 2015 06:20:26 +0000 (+0200) Subject: add test file for reboot X-Git-Tag: 1.0.0~21 X-Git-Url: https://git.stricted.de/?p=GitHub%2FStricted%2Fspeedport-hybrid-php-api.git;a=commitdiff_plain;h=c95bc4000313f59c6ee2e0bf838c2b44ea3a298c add test file for reboot --- diff --git a/tests/arp.php b/tests/arp.php index 38e56b7..8724fcd 100644 --- a/tests/arp.php +++ b/tests/arp.php @@ -1,3 +1,4 @@ getData('arp')); +$sp->logout(); diff --git a/tests/bonding_client.php b/tests/bonding_client.php index e09eb7d..dbcc162 100644 --- a/tests/bonding_client.php +++ b/tests/bonding_client.php @@ -1,3 +1,4 @@ getData('bonding_client')); +$sp->logout(); diff --git a/tests/bonding_tr181.php b/tests/bonding_tr181.php index ac5dad1..03489bf 100644 --- a/tests/bonding_tr181.php +++ b/tests/bonding_tr181.php @@ -1,3 +1,4 @@ getData('bonding_tr181')); +$sp->logout(); diff --git a/tests/bonding_tunnel.php b/tests/bonding_tunnel.php index 3d97666..8900b47 100644 --- a/tests/bonding_tunnel.php +++ b/tests/bonding_tunnel.php @@ -1,3 +1,4 @@ getData('bonding_tunnel')); +$sp->logout(); diff --git a/tests/dhcp_client.php b/tests/dhcp_client.php index 500644a..bb4dc5f 100644 --- a/tests/dhcp_client.php +++ b/tests/dhcp_client.php @@ -1,3 +1,4 @@ getData('dhcp_client')); +$sp->logout(); diff --git a/tests/dhcp_server.php b/tests/dhcp_server.php index 5e6413a..cbae665 100644 --- a/tests/dhcp_server.php +++ b/tests/dhcp_server.php @@ -1,3 +1,4 @@ getData('dhcp_server')); +$sp->logout(); diff --git a/tests/dns.php b/tests/dns.php index 94e9929..8cb5235 100644 --- a/tests/dns.php +++ b/tests/dns.php @@ -1,3 +1,4 @@ getData('dns')); +$sp->logout(); diff --git a/tests/dsl.php b/tests/dsl.php index cf899b3..a767d59 100644 --- a/tests/dsl.php +++ b/tests/dsl.php @@ -1,3 +1,4 @@ getData('dsl')); +$sp->logout(); diff --git a/tests/filterlist.php b/tests/filterlist.php index 90f7d21..68ff9ff 100644 --- a/tests/filterlist.php +++ b/tests/filterlist.php @@ -1,3 +1,4 @@ getData('filterlist')); +$sp->logout(); diff --git a/tests/igmp_proxy.php b/tests/igmp_proxy.php index 7f7c316..d2a827c 100644 --- a/tests/igmp_proxy.php +++ b/tests/igmp_proxy.php @@ -1,3 +1,4 @@ getData('igmp_proxy')); +$sp->logout(); diff --git a/tests/igmp_snooping.php b/tests/igmp_snooping.php index 9513968..994428d 100644 --- a/tests/igmp_snooping.php +++ b/tests/igmp_snooping.php @@ -1,3 +1,4 @@ getData('igmp_snooping')); +$sp->logout(); diff --git a/tests/interfaces.php b/tests/interfaces.php index 5fd2168..f2e3427 100644 --- a/tests/interfaces.php +++ b/tests/interfaces.php @@ -1,3 +1,4 @@ getData('interfaces')); +$sp->logout(); diff --git a/tests/ipv6.php b/tests/ipv6.php index 1d25dce..3b37a65 100644 --- a/tests/ipv6.php +++ b/tests/ipv6.php @@ -1,3 +1,4 @@ getData('ipv6')); +$sp->logout(); diff --git a/tests/lteinfo.php b/tests/lteinfo.php index 26115f3..ddcd872 100644 --- a/tests/lteinfo.php +++ b/tests/lteinfo.php @@ -1,3 +1,4 @@ getData('lteinfo')); +$sp->logout(); diff --git a/tests/memory.php b/tests/memory.php index e418b06..dcbe584 100644 --- a/tests/memory.php +++ b/tests/memory.php @@ -1,3 +1,4 @@ getData('memory')); +$sp->logout(); diff --git a/tests/module.php b/tests/module.php index 20b8a34..e57e8a8 100644 --- a/tests/module.php +++ b/tests/module.php @@ -1,3 +1,4 @@ getData('module')); +$sp->logout(); diff --git a/tests/reboot.php b/tests/reboot.php new file mode 100644 index 0000000..36a2d90 --- /dev/null +++ b/tests/reboot.php @@ -0,0 +1,4 @@ +reboot()); +$sp->logout(); diff --git a/tests/routing.php b/tests/routing.php index 39509ea..d195b3d 100644 --- a/tests/routing.php +++ b/tests/routing.php @@ -1,3 +1,4 @@ getData('routing')); +$sp->logout(); diff --git a/tests/session.php b/tests/session.php index d0b693c..9853145 100644 --- a/tests/session.php +++ b/tests/session.php @@ -1,3 +1,4 @@ getData('session')); +$sp->logout(); diff --git a/tests/speed.php b/tests/speed.php index a74799f..66a6f27 100644 --- a/tests/speed.php +++ b/tests/speed.php @@ -1,3 +1,4 @@ getData('speed')); +$sp->logout(); diff --git a/tests/status.php b/tests/status.php index 5a14859..6cfe3f5 100644 --- a/tests/status.php +++ b/tests/status.php @@ -1,3 +1,4 @@ getData('status')); +$sp->logout(); diff --git a/tests/webdav.php b/tests/webdav.php index 01d3cb2..cc1d69d 100644 --- a/tests/webdav.php +++ b/tests/webdav.php @@ -1,3 +1,4 @@ getData('webdav')); +$sp->logout(); diff --git a/tests/wlan.php b/tests/wlan.php index 059e1f9..fa37a8e 100644 --- a/tests/wlan.php +++ b/tests/wlan.php @@ -1,3 +1,4 @@ getData('wlan')); +$sp->logout();