From 20170d4fd5c26def584664762f4e639f0b43ff6e Mon Sep 17 00:00:00 2001 From: Eyal Soha Date: Fri, 6 Mar 2020 11:22:55 -0800 Subject: Move packetdrill tests to open-source PiperOrigin-RevId: 299396286 --- test/packetdrill/sanity_test.pkt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/packetdrill/sanity_test.pkt (limited to 'test/packetdrill/sanity_test.pkt') diff --git a/test/packetdrill/sanity_test.pkt b/test/packetdrill/sanity_test.pkt new file mode 100644 index 000000000..b3b58c366 --- /dev/null +++ b/test/packetdrill/sanity_test.pkt @@ -0,0 +1,7 @@ +// Basic sanity test. One system call. +// +// All of the plumbing has to be working however, and the packetdrill wire +// client needs to be able to connect to the wire server and send the script, +// probe local interfaces, run through the test w/ timings, etc. + +0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 -- cgit v1.2.3