Andrey Kurilin a913477f2b Deprecate install_test.sh script
The script `samples/tasks/support/instance_test.sh` was absorbed by
VMTasks.dd_load scenario. To do not support 2 places of one thing, this
script should be removed.

Change-Id: I7ba29f07554e22c70dd46cbe19e8b40a71ef90d3
2017-10-09 17:31:51 +03:00

6 lines
163 B
Bash
Executable File

#!/bin/sh
echo "The script was absorbed by VMTasks.dd_load_test scenario."
# If we do not fail it, no one will found the warning message about deprecation
exit 1