a913477f2b
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
6 lines
163 B
Bash
Executable File
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
|