Searched defs:test_spec (Results 1 – 2 of 2) sorted by relevance
165 struct test_spec { struct166 struct ifobject *ifobj_tx;167 struct ifobject *ifobj_rx;172 struct bpf_map *xskmap_rx;173 struct bpf_map *xskmap_tx;174 u16 total_steps;175 u16 current_step;176 u16 nb_sockets;177 bool fail;178 enum test_mode mode;[all …]
17 struct test_spec { struct18 const char *name;19 bool expect_failure;20 const char *expect_msg;44 static int parse_test_spec(struct test_loader *tester, in parse_test_spec() argument
Completed in 4 milliseconds