Searched defs:test_spec (Results 1 – 8 of 8) sorted by relevance
162 struct test_spec { struct163 struct ifobject *ifobj_tx;164 struct ifobject *ifobj_rx;165 struct pkt_stream *tx_pkt_stream_default;166 struct pkt_stream *rx_pkt_stream_default;167 u16 total_steps;168 u16 current_step;169 u16 nb_sockets;170 bool fail;171 enum test_mode mode;[all …]
45 struct test_spec { struct51 static struct test_spec test_specs[] = { argument
95 def test_spec(self) -> None: member in TestRemoveViewCopy
33 public void test_spec(SpecVersion.VersionFlag specVersion) { in test_spec() method in Issue928Test
61 void test_spec(X0<void*> xvp, void *vp) { in test_spec() function
131 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() function
136 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() function
389 def test_spec(self): member in MetaPathFinderFindModuleTests