Lines Matching refs:atest
9 The atest class contains attributes & method generic to all the CLI
13 'atest host create ...' as an example:
15 atest <-- host <-- host_create <-- site_host_create
23 1. atest figures out the topic and action from the 2 first arguments
28 The main atest module creates a <topic>_<action> object. The
55 atest.print_*() methods.
177 make up the content of the atest attribute:
178 attribute_name: the atest attribute name to populate (label)
252 class atest(object):
428 return "atest %s %s [options] %s" % (self.msg_topic.lower(),
577 # There is no output() method in the atest object (yet?)
849 atest.prompt_confirmation(message)):