6.13.10.2.17.2. Test 16: Python diff test

On-the-fly python test script follows.
Start python section from input_frame.ipk
   993: print 'Hello from python diff function test.'
   994: print 'Hello again from python diff function test.'
End python section from input_frame.ipk
Actual output follows.
Start output section of python <>
     1: Hello from python diff function test.
     2: Hello again from python diff function test.
End output section to python <>
On-the-fly expected output follows.
Start expected section of input_frame.ipk
   996: Hello from python diff function test.
   997: 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.