Home
last modified time | relevance | path

Searched refs:cmd_and_check (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dksample.py17 def cmd_and_check(self, cmd='', match_string=''): member in KSample
65 self.cmd_and_check("rmmod %s" % module_prename)
84 self.cmd_and_check("rmmod %s" % module_prename)
100 self.cmd_and_check("rmmod %s" % module_prename)
166 self.cmd_and_check("modprobe trace-printk")
174 self.cmd_and_check("rmmod trace-printk")
189 self.cmd_and_check("modprobe data_breakpoint")
195 self.cmd_and_check("rmmod data_breakpoint")
220 self.cmd_and_check("rmmod configfs_sample")
227 self.cmd_and_check("modprobe cn_test")
[all …]