Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Du <frank.du@intel.com>
  • Loading branch information
frankdjx committed Jun 12, 2024
1 parent 5884187 commit daea867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ static void test_ctx_init(struct st_tests_context* ctx) {
memset(p, 0x0, sizeof(*p));
p->flags = MTL_FLAG_BIND_NUMA; /* default bind to numa */
p->flags |= MTL_FLAG_RANDOM_SRC_PORT;
p->flags |= MTL_FLAG_CNI_TASKLET; /* for rtcp test */
p->log_level = MTL_LOG_LEVEL_ERR;
p->priv = ctx;
p->ptp_get_time_fn = test_ptp_from_real_time;
Expand Down

0 comments on commit daea867

Please sign in to comment.