2
# The discovery command is run from a directory containing the whole suite
3
# The test command is run from a sub directory in that
4
# We need to run each command in the directory that contains ubuntu_test_cases
5
# so that autopilot can find our python modules
6
- discovery_cmd: cd memevent; autopilot-list ubuntu_test_cases.memory_usage_measurement
7
test_cmd: cd ..; autopilot-run ubuntu_test_cases.memory_usage_measurement.tests.{}