(self)
| 93 | inject.goStacked(agent.runAsDBMSUser(cmd)) |
| 94 | |
| 95 | def _xpCmdshellCheck(self): |
| 96 | cmd = "ping -n %d 127.0.0.1" % (conf.timeSec * 2) |
| 97 | self.xpCmdshellExecCmd(cmd) |
| 98 | |
| 99 | return wasLastResponseDelayed() |
| 100 | |
| 101 | @stackedmethod |
| 102 | def _xpCmdshellTest(self): |
no test coverage detected