]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/common_types.h
Update the blackbox test infrastructure.
[meshlink] / test / blackbox / common / common_types.h
index d0e4d96dc62134fab07a94926af82c5df78bdd6b..edea650126658c333c880b594479ad2287ee2964 100644 (file)
@@ -30,6 +30,9 @@
 #define LXC_RUN_SCRIPT "lxc_run.sh"
 #define LXC_COPY_SCRIPT "lxc_copy_file.sh"
 #define LXC_BUILD_SCRIPT "build_container.sh"
+#define LXC_NAT_BUILD "nat.sh"
+#define LXC_NAT_FULL_CONE "full_cone.sh"
+#define LXC_NAT_DESTROY "nat_destroy.sh"
 
 typedef struct black_box_state {
        char *test_case_name;