aboutsummaryrefslogtreecommitdiffstats
path: root/src/scvpp/tests/scvpp_nat_test.h
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-03-11 10:22:32 +0100
committerHongjun Ni <hongjun.ni@intel.com>2019-03-21 02:49:58 +0000
commit2b9b6b9b130b75799a40989c0ebe5040fa3e45fb (patch)
treefbafbb91d119e9f7d83ee68857aaf55c5b6fd581 /src/scvpp/tests/scvpp_nat_test.h
parent52002bff61ccdd95a3e69094f8e6a99eaf2c0b32 (diff)
SCVPP_TEST: Add NAT44 test
Change-Id: I3f5814e44126e8996c94475dd7529a75ba958b32 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'src/scvpp/tests/scvpp_nat_test.h')
-rw-r--r--src/scvpp/tests/scvpp_nat_test.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/scvpp/tests/scvpp_nat_test.h b/src/scvpp/tests/scvpp_nat_test.h
new file mode 100644
index 0000000..8a22f87
--- /dev/null
+++ b/src/scvpp/tests/scvpp_nat_test.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2019 PANTHEON.tech.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at:
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/* inclusion guard */
+#ifndef __SCVPP_NAT_TEST_H__
+#define __SCVPP_NAT_TEST_H__
+
+#define NAT_TEST_SIZE 2
+extern const struct CMUnitTest nat_tests[NAT_TEST_SIZE];
+
+#endif /* __SCVPP_NAT_TEST_H__ */