6.19.10.2.18.2. Test 18: Python diff test

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