Part of samba.tests.samba_tool.base View In Hierarchy
Known subclasses: samba.tests.samba_tool.timecmd.TimeCmdTestCase, samba.tests.samba_tool.user.UserCmdTestCase
| Method | getSamDB | a convenience function to get a samdb instance so that we can query it |
| Method | runcmd | run a single level command |
| Method | runsubcmd | run a command with sub commands |
| Method | assertCmdSuccess | Undocumented |
| Method | assertCmdFail | Undocumented |
| Method | assertMatch | Undocumented |
| Method | randomName | Create a random name, cap letters and numbers, and always starting with a letter |
| Method | randomPass | Undocumented |
| Method | assertWithin | Assert that val1 is within delta of val2, useful for time computations |
Inherited from TestCase:
| Method | setUp | Undocumented |
| Method | get_loadparm | Undocumented |
| Method | get_credentials | Undocumented |