summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNayana Bidari <nybidari@google.com>2020-08-14 14:47:19 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-14 14:49:14 -0700
commitaf433e159dbf07b084c0f05e65ec646c056033a7 (patch)
tree9fc71d1dcecabcf49297feadc09f0aec5c5f933a
parent3be8b49c703e5b9b692fbce74946bc3e84f8dbbb (diff)
Update README for packetimpact
PiperOrigin-RevId: 326733912
-rw-r--r--test/packetimpact/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packetimpact/README.md b/test/packetimpact/README.md
index f46c67a0c..ffa96ba98 100644
--- a/test/packetimpact/README.md
+++ b/test/packetimpact/README.md
@@ -30,7 +30,7 @@ $ make load-packetimpact
Run a test, e.g. `fin_wait2_timeout`, against Linux:
```bash
-$ bazel test //test/packetimpact/tests:fin_wait2_timeout_linux_test
+$ bazel test //test/packetimpact/tests:fin_wait2_timeout_native_test
```
Run the same test, but against gVisor: