Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-fne committed Nov 12, 2020
1 parent 2cef018 commit c047916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added libpacketgraph-dev.so.17.5.0
Binary file not shown.
Binary file added libpacketgraph.so.17.5.0
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/vhost/test-vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,15 +1010,15 @@ static void test_vhost_destroy(void)

void test_vhost(void)
{
pg_test_add_func("/vhost/as_cli", test_vhost_as_cli);
pg_test_add_func("/vhost/destroy", test_vhost_destroy);
pg_test_add_func("/vhost/net_classics", test_vhost_net_classics);
pg_test_add_func("/vhost/flow", test_vhost_flow);
pg_test_add_func("/vhost/multivm", test_vhost_multivm);
pg_test_add_func("/vhost/fd", test_vhost_fd_loop);
if (glob_long_tests)
pg_test_add_func("/vhost/reco", test_vhost_reco);
pg_test_add_func("/vhost/destroy", test_vhost_destroy);
pg_test_add_func("/vhost/seccomp", test_vhost_seccomp);
pg_test_add_func("/vhost/as_cli", test_vhost_as_cli);
}

#undef SSH

0 comments on commit c047916

Please sign in to comment.