CR-1721 Windows: Fixed snmp/basic testcase and added known issue on tasks/restart_db testcase
| | |
| | | opendmkJarFile = '%s/%s/wrong_file' \ |
| | | % (DIRECTORY_INSTANCE_DIR, OPENDSNAME) |
| | | if is_windows_platform(DIRECTORY_INSTANCE_HOST): |
| | | opendmkJarFile = opendmkJarFile.replace('/', '\\') |
| | | opendmkJarFile = opendmkJarFile.replace('/', '\') |
| | | |
| | | msg1 = 'The specified OpenDMK jar file' |
| | | msg2 = '\'%s\' could not be found.' % opendmkJarFile |
| | |
| | | 'dsBindPwd' : DIRECTORY_INSTANCE_PSWD, |
| | | 'dsRestart' : ' ', |
| | | 'dsStopTime' : '20061212000000', |
| | | 'expectedRC' : 89 |
| | | 'expectedRC' : 89, |
| | | 'knownIssue' : 'OPENDJ-923' |
| | | } |
| | | </call> |
| | | |