6.10.10.2.15.2. Test 3: Python diff test

6.10.10.2.15.2. Test 3: Python diff test

On-the-fly python test script follows.
Start python section from input_frame.ipk
   843: print 'Hello from python diff function test.'
   844: print 'Hello again from python diff function test.'
End python section from input_frame.ipk
Actual output follows.
Start output section of /usr/local/bin/python /usr/tmp/@13003.1510_test.py
     1: Hello from python diff function test.
     2: Hello again from python diff function test.
End output section to /usr/local/bin/python /usr/tmp/@13003.1510_test.py
On-the-fly expected output follows.
Start expected section of input_frame.ipk
   846: Hello from python diff function test.
   847: Hello error from python diff function test.
End expected section to input_frame.ipk
Differential follows.
ActualExpected
2:! Hello again from python diff function test.
2:! Hello error from python diff function test.