summaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps/vcl/vcl_test.h
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2022-04-11 19:28:11 -0700
committerDamjan Marion <dmarion@me.com>2022-04-12 08:06:16 +0000
commitc15fc34b8f73b8a1dbda9fd69f6cd184781a8105 (patch)
treecf11c5bd8787b4135bc58f20b202aa48d61fb772 /src/plugins/hs_apps/vcl/vcl_test.h
parentc792b9f5e905c168f77ab1a262351ecd2fb4b511 (diff)
hsa: vcl test client option to close only client
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I45c63e0a7d7179a0f27ca3f093bd3cf7458a12d3
Diffstat (limited to 'src/plugins/hs_apps/vcl/vcl_test.h')
-rw-r--r--src/plugins/hs_apps/vcl/vcl_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/hs_apps/vcl/vcl_test.h b/src/plugins/hs_apps/vcl/vcl_test.h
index 4f67e03f72b..d51e204140f 100644
--- a/src/plugins/hs_apps/vcl/vcl_test.h
+++ b/src/plugins/hs_apps/vcl/vcl_test.h
@@ -80,6 +80,7 @@ typedef enum
VCL_TEST_TYPE_UNI,
VCL_TEST_TYPE_BI,
VCL_TEST_TYPE_EXIT,
+ VCL_TEST_TYPE_EXIT_CLIENT,
} vcl_test_t;
typedef enum
@@ -201,7 +202,7 @@ static inline void
vcl_test_cfg_init (vcl_test_cfg_t * cfg)
{
cfg->magic = VCL_TEST_CFG_CTRL_MAGIC;
- cfg->test = VCL_TEST_TYPE_NONE;
+ cfg->test = VCL_TEST_TYPE_UNI;
cfg->ctrl_handle = ~0;
cfg->num_test_sessions = 1;
cfg->num_test_sessions_perq = 1;