diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-02-07 18:03:02 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:08:34 +0100 |
commit | 9942e43dc6767cd07e26c4f03154f3da3df9deac (patch) | |
tree | 12917c9fa20b0a07c1266e3de139612ce9e8974a /testing/tests/tnc/tnccs-11-radius-pts/pretest.dat | |
parent | 96e8715e3288c8acdf16d60e220cef3d101e87a8 (diff) | |
download | strongswan-9942e43dc6767cd07e26c4f03154f3da3df9deac.tar.bz2 strongswan-9942e43dc6767cd07e26c4f03154f3da3df9deac.tar.xz |
testing: Use installed PTS SQL schema and data instead of local copy
Diffstat (limited to 'testing/tests/tnc/tnccs-11-radius-pts/pretest.dat')
-rw-r--r-- | testing/tests/tnc/tnccs-11-radius-pts/pretest.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/tnc/tnccs-11-radius-pts/pretest.dat b/testing/tests/tnc/tnccs-11-radius-pts/pretest.dat index a991d05ea..7541a2adb 100644 --- a/testing/tests/tnc/tnccs-11-radius-pts/pretest.dat +++ b/testing/tests/tnc/tnccs-11-radius-pts/pretest.dat @@ -5,7 +5,7 @@ carol::echo 0 > /proc/sys/net/ipv4/ip_forward dave::echo aabbccddeeff11223344556677889900 > /var/lib/dbus/machine-id alice::ln -s /etc/freeradius/sites-available/inner-tunnel-second /etc/freeradius/sites-enabled/inner-tunnel-second alice::cat /etc/freeradius/sites-enabled/inner-tunnel-second -alice::cd /etc/pts; cat tables.sql data.sql data1.sql | sqlite3 config.db +alice::cd /usr/local/share/strongswan/templates/database/imv; cat tables.sql data.sql /etc/pts/data1.sql | sqlite3 /etc/pts/config.db alice::LEAK_DETECTIVE_DISABLE=1 LOG4CXX_CONFIGURATION=/etc/tnc/log4cxx.properties radiusd alice::cat /etc/tnc_config carol::cat /etc/tnc_config |