Update tests
This commit is contained in:
parent
02b6d05c82
commit
4422bea6a4
20
.github/workflows/cron.yml
vendored
20
.github/workflows/cron.yml
vendored
@ -152,10 +152,12 @@ jobs:
|
|||||||
|
|
||||||
netstat -anpu | grep pluto
|
netstat -anpu | grep pluto
|
||||||
netstat -anpu | grep xl2tpd
|
netstat -anpu | grep xl2tpd
|
||||||
iptables -nL
|
iptables -nvL
|
||||||
iptables -nL | grep -q '192\.168\.42\.0/24'
|
iptables -nvL | grep -q 'ppp+'
|
||||||
iptables -nL -t nat
|
iptables -nvL | grep -q '192\.168\.43\.0/24'
|
||||||
iptables -nL -t nat | grep -q '192\.168\.43\.0/24'
|
iptables -nvL -t nat
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.42\.0/24'
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.43\.0/24'
|
||||||
grep pluto "$log1"
|
grep pluto "$log1"
|
||||||
grep xl2tpd "$log2"
|
grep xl2tpd "$log2"
|
||||||
ipsec status
|
ipsec status
|
||||||
@ -448,10 +450,12 @@ jobs:
|
|||||||
|
|
||||||
netstat -anpu | grep pluto
|
netstat -anpu | grep pluto
|
||||||
netstat -anpu | grep xl2tpd
|
netstat -anpu | grep xl2tpd
|
||||||
iptables -nL
|
iptables -nvL
|
||||||
iptables -nL | grep -q '192\.168\.42\.0/24'
|
iptables -nvL | grep -q 'ppp+'
|
||||||
iptables -nL -t nat
|
iptables -nvL | grep -q '192\.168\.43\.0/24'
|
||||||
iptables -nL -t nat | grep -q '192\.168\.43\.0/24'
|
iptables -nvL -t nat
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.42\.0/24'
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.43\.0/24'
|
||||||
grep pluto "$log1"
|
grep pluto "$log1"
|
||||||
grep xl2tpd "$log2"
|
grep xl2tpd "$log2"
|
||||||
ipsec status
|
ipsec status
|
||||||
|
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@ -181,10 +181,12 @@ jobs:
|
|||||||
|
|
||||||
netstat -anpu | grep pluto
|
netstat -anpu | grep pluto
|
||||||
netstat -anpu | grep xl2tpd
|
netstat -anpu | grep xl2tpd
|
||||||
iptables -nL
|
iptables -nvL
|
||||||
iptables -nL | grep -q '192\.168\.42\.0/24'
|
iptables -nvL | grep -q 'ppp+'
|
||||||
iptables -nL -t nat
|
iptables -nvL | grep -q '192\.168\.43\.0/24'
|
||||||
iptables -nL -t nat | grep -q '192\.168\.43\.0/24'
|
iptables -nvL -t nat
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.42\.0/24'
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.43\.0/24'
|
||||||
grep pluto "$log1"
|
grep pluto "$log1"
|
||||||
grep xl2tpd "$log2"
|
grep xl2tpd "$log2"
|
||||||
ipsec status
|
ipsec status
|
||||||
@ -477,10 +479,12 @@ jobs:
|
|||||||
|
|
||||||
netstat -anpu | grep pluto
|
netstat -anpu | grep pluto
|
||||||
netstat -anpu | grep xl2tpd
|
netstat -anpu | grep xl2tpd
|
||||||
iptables -nL
|
iptables -nvL
|
||||||
iptables -nL | grep -q '192\.168\.42\.0/24'
|
iptables -nvL | grep -q 'ppp+'
|
||||||
iptables -nL -t nat
|
iptables -nvL | grep -q '192\.168\.43\.0/24'
|
||||||
iptables -nL -t nat | grep -q '192\.168\.43\.0/24'
|
iptables -nvL -t nat
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.42\.0/24'
|
||||||
|
iptables -nvL -t nat | grep -q '192\.168\.43\.0/24'
|
||||||
grep pluto "$log1"
|
grep pluto "$log1"
|
||||||
grep xl2tpd "$log2"
|
grep xl2tpd "$log2"
|
||||||
ipsec status
|
ipsec status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user