I am getting " Data did not compare at offset 27 exp : 72 got 74^M" error while Login i have checked the IscsiPDU.py python script in this comparison is happening for Login1rsp.bin data and data coming from iSCSI target. data in Login1rsp.bin is TargetPortalGroupTag=1^@AuthMethod=None^@^@ data is coming from target TargetAlias=iscsi^@TargetPortalGroupTag=1^@AuthMethod=None^@^@ Due to data mismatch happening, getting above error . without comparing data, login is possible ? or can we do partial comparison...
In below test execution "Field dataSegLen did not compare: expected 3E got 39" messages are displayed . LOADING TEST SUITE: ITSLogin.xml Start button pressed... Kicking off RunTests thread... Sending start command... Socket: connecting to 10.24.65.114 on port 3260 Stepping test Stepping test Finished testing initial setup Loading Test Description: ITDs/ITDLogin.xml Loading PDU from file: PDUs/LoginPDUs/PDULogin1.xml replaced $TGTNAME$ with iqn.2004-04.com.qnap:ts-1283xu-rp:iscsi.iscsi.523cf2 1 times...
Moved the ITDs to the ITDs directory and updated ITS scripts.
Recommit of V 0.80 BETA - some of the files were not included with the previous commit.
It sounds like there is an incompatibility between versions of wx python. What version of Wx python are you running? Try installing version 2.8.12.0 of wxpython.
Version 0.80 Beta: Added Halt On Error and TCP Reset
I run the ISCSISim.py ,and meet the error of "AttributeError: 'iSCSISim' object has no attribute 'ProcessIdle'" As the detail: $ python ISCSISim.py Traceback (most recent call last): File "ISCSISim.py", line 139, in <module> main(sys.argv) File "ISCSISim.py", line 133, in main app.MainLoop() File "ISCSISim.py", line 99, in MainLoop self.ProcessIdle() AttributeError: 'iSCSISim' object has no attribute 'ProcessIdle' who can tell me the reason? Thanks a lot.
Updated Version, copyright info. Added ITD example to readme.txt
Version 0.70 : Added Exit Button, save last used test suite on close and restart.
Fixed a bug in ITD handling where "Delay" triggers could cause an exception.
V 0.61 beta. Replaced references to ElementTree with built-in xml.etree.
Initial commit
ok Thanks
IscsiSocket.CookPDU() causes timeouts
The while loop has been changed to only iterate through the first KB of data as of...
IscsiSocket.CookPDU() causes timeouts
IscsiSocket.ForwardPDUs() doesn't send all data
A while loop has been added to track data sent as of V0.60_beta.
Unable to open log files in gedit
Null chars are written as spaces as of V0.60_beta.
IscsiTestCase.GetITTToSend() increments ITT
IscsiTestCase.GetITTToSend() no longer increments the ITT as of V0.60_beta.
"Test Done" status message is displayed before test is started
That section is actually testing the initial setup. The print statement has been...
IscsiTestCase.GetITTToSend() increments ITT
Unable to open log files in gedit
IscsiSocket.ForwardPDUs() doesn't send all data
IscsiSocket.CookPDU() causes timeouts
PDU logfiles are not getting placed inside LogFiles folder
Hi David, We can close the ticket #5. Thanks. Devendra On Wed, Jul 15, 2015 at 2:00...
Hi David, We can close the ticket #5. These were 2 different commits. first I committed...
PDU logfiles are not getting placed inside LogFiles folder
These changes works on both linux and windows. I have committed these changes.
These works on both linux and windows. I have committed these changes.
Thanks David for adding me as developer. As you have mentioned, I have updated above...
The patch looks fine, and works on Windows as well. Go ahead and commit it. I've...
PDU logfiles are not getting placed inside LogFiles folder
"Test Done" status message is displayed before test is started