代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/140582/5786756
sh westinit.sh
TESTNAME=dpd-05
source /testing/pluto/bin/westlocal.sh
iptables -F INPUT
iptables -F OUTPUT
ipsec setup start
sleep 5
ipsec auto --add west-east
www.eeworm.com/read/140582/5786985
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/140582/5786994
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/140582/5786996
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/140582/5787083
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/140582/5787084
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/140582/5787085
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/140582/5787142
sh eastinit.sh
TESTNAME=dpd-01
source /testing/pluto/bin/eastlocal.sh
ipsec setup start
ipsec auto --add west-east
www.eeworm.com/read/140582/5787144
sh westinit.sh
TESTNAME=dpd-01
source /testing/pluto/bin/westlocal.sh
ipsec setup start
sleep 5
ipsec auto --add west-east
www.eeworm.com/read/140582/5787277
sh ipsec.conf-migration_tests.sh
#!/bin/sh
set +o emacs
ICP=/testing/scripts/ipsec.conf.pairs
export PATH="$ICP/bin:$PATH"
cd $ICP
ipsec setup start
cat /var/run/ipsec.info
( cd oe-behind ; drill ; differ+ ; cd .. ; )