#!/usr/libexec/platform-python
#
# Run a test, including the provisioning and teardown of all nodes
#

from susetest.executor import Runner

runner = Runner(mode = Runner.MODE_SUITES)
runner.perform()
