os-autoinst Python API
Python API
import sys
from testapi import *
def run(self):
send_key("esc")
set_var("HELP", "I am a python script trapped in a perl script!")
if not check_screen("should_not_match", 0):
return
raise Exception("Should not reach here")
def test_flags(self):
return dict([("fatal", 1)])