NOTE: Application MUST be installed without use of the --nodeps optionrpm -ivh lsb-python-2.3.4-1.0.lsb20.i486.rpm
/opt/lsb/appbat
cd /opt/lsb/appbat/lib/python2.3/test
mkdir SAVE mv *.pyc *.pyo SAVE
| Expected result achieved? |
Test case scenerio | |
|---|---|---|
| 1. | Yes No | Run the command:
/opt/lsb/appbat/bin/python -E regrtest.py -u curses | tee /tmp/python.out && reset
- Expected result: After several minutes all the tests will be completed with the results going to the /tmp/python.out file. |
| 2. | Yes No | Run the command: tail -n 15 /tmp/python.out to view the
last fifteen lines of the output file.
- Expected result: There should not be any test failures and the bottom lines of the output file should look something like this (the precise list of skips is not critical).
223 tests OK.
32 tests skipped:
test_aepack test_al test_bsddb test_bsddb185 test_bsddb3 test_bz2
test_cd test_cl test_dbm test_email_codecs test_gdbm test_gl
test_imgfile test_ioctl test_largefile test_linuxaudiodev
test_macfs test_macostools test_mpz test_nis test_normalization
test_ossaudiodev test_pep277 test_plistlib test_scriptpackages
test_socket_ssl test_socketserver test_sunaudiodev test_timeout
test_urllibnet test_winreg test_winsound
6 skips unexpected on linux2:
test_dbm test_bz2 test_gdbm test_bsddb test_mpz test_ioctl
|
| 1. | Yes No | Were there any errors recorded above? |
| 2. | Yes No | Were there any deviations in the install, setup, or test
described above? If yes, please describe. |
(Note: in the mv command, the final argument is a dot)cd /opt/lsb/appbat/lib/python2.3/test rm -f *.pyc *.pyo mv SAVE/* . rmdir SAVE
rm /tmp/python.out