summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2021-01-15 14:49:27 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-15 14:51:51 -0800
commitc7fc4a5d66dc5d6680219819f872c070a0590ca9 (patch)
tree136e899b1c58430dde41f055f2f8a94532e8517d /Makefile
parent9db126eb65ada4b2233ccb85a0e9c402b7efc5de (diff)
Add fsstress tests
Updates #5273 PiperOrigin-RevId: 352088736
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a1c4321c..41cc67f2c 100644
--- a/Makefile
+++ b/Makefile
@@ -295,6 +295,11 @@ packetimpact-tests: load-packetimpact $(RUNTIME_BIN)
@$(call test_runtime,$(RUNTIME),--jobs=HOST_CPUS*3 --local_test_jobs=HOST_CPUS*3 //test/packetimpact/tests:all_tests)
.PHONY: packetimpact-tests
+fsstress-test: load-basic $(RUNTIME_BIN)
+ @$(call install_runtime,$(RUNTIME),--vfs2)
+ @$(call test_runtime,$(RUNTIME),//test/fsstress:fsstress_test)
+.PHONY: fsstress-test
+
# Specific containerd version tests.
containerd-test-%: load-basic_alpine load-basic_python load-basic_busybox load-basic_resolv load-basic_httpd load-basic_ubuntu $(RUNTIME_BIN)
@$(call install_runtime,$(RUNTIME),) # Clear flags.