Skip to content
Snippets Groups Projects
Commit 76c4a32e authored by Menno Norden's avatar Menno Norden
Browse files

bug 1315#: modified code

parent 40744d57
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ sr.setId('TD status - ') ...@@ -159,7 +159,7 @@ sr.setId('TD status - ')
sr.appendLog(21,'') sr.appendLog(21,'')
sr.appendLog(21,'### Verify the RSP - TD I2C interface by reading the TD sensor data') sr.appendLog(21,'### Verify the RSP - TD I2C interface by reading the TD sensor data')
sr.appendLog(21,'') sr.appendLog(21,'')
res = cli.command('python i2c_td.py --sub %s --rep 1 -v 11' %(SubBrd,)) res = cli.command('python i2c_td.py --brd %s' %(SubBrd,))
if res.find('FAILED')==-1: if res.find('FAILED')==-1:
sr.appendLog(11,'>>> RSP - TD I2c interface test went OK') sr.appendLog(11,'>>> RSP - TD I2c interface test went OK')
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment