代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/160303/5574536
sh northinit.sh
#!/bin/sh
TESTNAME=nat-pluto-06
source /testing/pluto/bin/northlocal.sh
echo done
www.eeworm.com/read/160303/5574640
sh eastlocal.sh
#!/bin/sh
# this script is used by "east" UMLs that want to have per-test
# configuration files, and will be hitting sunrise-oe to test with.
TESTING=${TESTING-/testing}
mkdir -p /tmp/$TESTNAME
mkd
www.eeworm.com/read/160303/5574649
sh northlocal.sh
#!/bin/sh
# this script is used by "north" UMLs that want to have per-test
# configuration files, and will be hitting sunrise-oe to test with.
TESTING=${TESTING-/testing}
mkdir -p /tmp/$TESTNAME
cp
www.eeworm.com/read/160303/5574651
sh westlocal.sh
#!/bin/sh
# this script is used by "west" UMLs that want to have per-test
# configuration files, and will be hitting sunrise-oe to test with.
mkdir -p /tmp/$TESTNAME
mkdir -p /tmp/$TESTNAME/ipsec.d/
www.eeworm.com/read/160303/5574687
txt road-console.txt
road:~#
named
road:~#
sleep 2
road:~#
/testing/pluto/bin/look-for-key road.uml.freeswan.org AQNxbOBmD
LOOK-FOR-KEY FOUND AQNxbOBmD
road:~#
netstat -rne
Kernel IP routing table
Destination Gate
www.eeworm.com/read/160303/5574749
sh japan-run.sh
: confirm that my key is present in DNS
dig 2.1.0.192.in-addr.arpa. key
dig japan.uml.freeswan.org. key
ipsec setup $CFG start
sleep 2
ipsec eroute
/testing/pluto/co-terminal-02/eroutewait.sh trap
i
www.eeworm.com/read/160303/5574750
txt japan-console.txt
Starting UML PATH/start.sh
spawn PATH single
Linux version XXXX
On node 0 totalpages: 8192
Kernel command line:
Calibrating delay loop... XXXX bogomips
Dentry-cache hash table entries: NUMBERS
Inode-c
www.eeworm.com/read/160303/5574751
sh japan-init.sh
#!/bin/sh
set -x
CFG="--config /testing/pluto/co-terminal-02/japan.conf" export CFG
: just for when we run it interactively
ipsec setup $CFG stop
rndc stop >/dev/null 2>&1
named
www.eeworm.com/read/160303/5574810
sh eastinit.sh
: ==== start ====
TESTNAME=dpd-01
source /testing/pluto/bin/eastlocal.sh
ipsec setup start
ipsec auto --add west-east
www.eeworm.com/read/160303/5574812
sh westinit.sh
: ==== start ====
# ipsec setup stop; umount /usr/local; mount /usr/local
# iptables -F INPUT
# iptables -F OUTPUT
TESTNAME=dpd-01
source /testing/pluto/bin/westlocal.sh
ipsec setup start
sleep 5