aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/kernel_interface_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/testing/kernel_interface_test.h')
-rw-r--r--src/charon/testing/kernel_interface_test.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/charon/testing/kernel_interface_test.h b/src/charon/testing/kernel_interface_test.h
index fc8dab4b6..d0397a517 100644
--- a/src/charon/testing/kernel_interface_test.h
+++ b/src/charon/testing/kernel_interface_test.h
@@ -6,6 +6,7 @@
*/
/*
+ * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger
* Copyright (C) 2005 Jan Hutter, Martin Willi
* Hochschule fuer Technik Rapperswil
*
@@ -34,5 +35,23 @@
*/
void test_kernel_interface(protected_tester_t *tester);
+/**
+ * @brief Test function used to test the kernel_interface functionality. Incldes NAT-T configuration.
+ *
+ * @param tester associated tester object
+ *
+ * @ingroup testcases
+ */
+void test_kernel_interface_with_nat(protected_tester_t *tester);
+
+/**
+ * @brief Test function used to test the hosts update functionality in kernel_interface_t.
+ *
+ * @param tester associated tester object
+ *
+ * @ingroup testcases
+ */
+void test_kernel_interface_update_hosts(protected_tester_t *tester);
+
#endif /*KERNEL_INTERFACE_TEST_H_*/