6.13.2.5.1. Test 6: Python diff test

6.13.2.5.1. Test 6: Python diff test

On-the-fly python test script follows.
Start python section from diff.ipk
   230: print 'Hello from python diff function test.'
   231: print 'Hello again from python diff function test.'
   232: print 'Hello third from python diff function test.'
   233: print 'Hello fourth from python diff function test.'
End python section from diff.ipk
Actual output follows.
Start output section of /usr/local/bin/python /usr/tmp/@13003.1563_test.py
     1: Hello from python diff function test.
     2: Hello again from python diff function test.
     3: Hello third from python diff function test.
     4: Hello fourth from python diff function test.
End output section to /usr/local/bin/python /usr/tmp/@13003.1563_test.py
On-the-fly expected output follows.
Start expected section of diff.ipk
   235: Hello from python diff function test.
   236: Hello error from python diff function test.
   237: Hello fourth from python diff function test.
   238: Hello fifth from python diff function test.
End expected section to diff.ipk
Differential follows.
ActualExpected
2:! Hello again from python diff function test.
3:! Hello third from python diff function test.
2:! Hello error from python diff function test.

4:+ Hello fifth from python diff function test.
Hmmm. There should be a difference table here.