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

from susetest.executor import Runner

runner = Runner()
runner.perform()
