NOTE: Application MUST be installed without use of the --nodeps option - Expected result: application should be installed torpm -ivh lsb-python-2.2.2-1.i486.rpm
/opt/lsb-python
cd /opt/lsb-python/lib/python2.2/test
mkdir SAVE mv *.pyc *.pyo SAVE
| Expected result achieved? |
Test case scenerio | |
|---|---|---|
| 1. | Yes No | Run the command:
- Expected result: After several minutes all the tests will be completed. There should not be any test failures and the output should look something like this (the precise list of skips is not critical)./opt/lsb-python/bin/python -E regrtest.py -u curses
174 tests OK.
19 tests skipped:
test_al test_bsddb test_cd test_cl test_dbm test_dl test_email
test_email_codecs test_gdbm test_gl test_imgfile test_largefile
test_linuxaudiodev test_nis test_socket_ssl test_socketserver
test_sunaudiodev test_winreg test_winsound
5 skips unexpected on linux2:
test_gdbm test_dbm test_email test_bsddb test_linuxaudiodev
|
| 2. | Yes No | Run the tests again in optimized mode by running the command:
- Expected result: The tests will run slightly faster since no
compiles need to take place. Once completed the results should
look the same as for the previous scenario.
|
| 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. |
cd /opt/lsb-python/lib/python2.2/test
rm -f *.pyc *.pyo
mv SAVE/* .
rmdir SAVE
(Note: in the mv command, the final argument is a dot)