예제 #1
0
 def run(self, cmd):
     return run_commands(commands=cmd, check_rc=False)
예제 #2
0
 def populate(self):
     self.responses = run_commands(self.module,
                                   commands=self.COMMANDS,
                                   check_rc=False)