forked from TrueCloudLab/frostfs-testcases
4cb4121d60
* replication testcase has been remade #19 * Split large complex test cases into multiple test cases #18 * Add the steps to check the viewing of previous epochs during GET operations #23 * Updating all test cases according to NeoFS updates * Code improvements and bug fixes
9 lines
185 B
Makefile
9 lines
185 B
Makefile
.DEFAULT_GOAL := help
|
|
|
|
run:
|
|
@echo "⇒ Test Run"
|
|
@robot --timestampoutputs --outputdir artifacts/ robot/testsuites/integration/
|
|
|
|
help:
|
|
@echo "⇒ run Run testcases ${R}"
|
|
|