aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-pts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-07-11 10:34:00 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-07-11 10:34:00 +0200
commit0a013e1af5549fb042a9f4a8f95707f63061b97b (patch)
tree699e5fc9a6e1441e9999a4b9a1397bd9caefc700 /testing/tests/tnc/tnccs-20-pts
parent9e0182b9221ba59f48725b5cd1bf544aca490378 (diff)
downloadstrongswan-0a013e1af5549fb042a9f4a8f95707f63061b97b.tar.bz2
strongswan-0a013e1af5549fb042a9f4a8f95707f63061b97b.tar.xz
Override policy recommendation in enforcement
Diffstat (limited to 'testing/tests/tnc/tnccs-20-pts')
-rw-r--r--testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/pts/data.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/pts/data.sql b/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/pts/data.sql
index 920be0fe9..090eb47ff 100644
--- a/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/pts/data.sql
+++ b/testing/tests/tnc/tnccs-20-pts/hosts/moon/etc/pts/data.sql
@@ -699,7 +699,7 @@ INSERT INTO policies ( /* 2 */
INSERT INTO policies ( /* 3 */
type, name, rec_fail, rec_noresult
) VALUES (
- 3, 'IP Forwarding Enabled', 2, 2
+ 3, 'IP Forwarding Enabled', 1, 1
);
INSERT INTO policies ( /* 4 */
@@ -789,15 +789,15 @@ INSERT INTO enforcements (
);
INSERT INTO enforcements (
- policy, group_id, max_age
+ policy, group_id, max_age, rec_fail, rec_noresult
) VALUES (
- 3, 2, 0
+ 3, 2, 0, 2, 2
);
INSERT INTO enforcements (
- policy, group_id, max_age
+ policy, group_id, max_age, rec_fail, rec_noresult
) VALUES (
- 3, 10, 0
+ 3, 10, 0, 2, 2
);
INSERT INTO enforcements (