summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test: further improve test suite time displayLee Duncan2022-03-022-31/+55
| | | | | Perhaps I obsessed about this output a bit too much? It *does* like nicer and more useful now.
* test: add item to TODO listLee Duncan2022-03-021-0/+5
|
* test: fix message mispelling of "umount"Lee Duncan2022-03-011-1/+1
|
* test: Track time spent in sleep() more easily/accuratelyLee Duncan2022-03-012-6/+13
|
* test: Add missing verbose print, and track more time valuesLee Duncan2022-03-012-2/+11
|
* test: Add suggested test setup info to READMELee Duncan2022-03-011-0/+13
|
* test: Track time spent calling subprocessesLee Duncan2022-03-012-11/+43
| | | | | | | | | Track how long it takes to run subprocesses like bonnie++ and fio, and print the result at test-end time if in verbose mode. Time is measured using time.time(), so not overly accurate -- just adds some information.
* test: Cleanup README and TODOLee Duncan2022-03-012-12/+21
|
* test: remove the ".setup" file, used for developmentLee Duncan2022-03-011-3/+0
|
* test: fix error with verifying mkfs commandLee Duncan2022-03-011-1/+1
|
* test: Fix mispelling of MaxBurstLee Duncan2022-03-011-18/+18
|
* test: Fix bug/spelling error, cleanup messagesLee Duncan2022-03-011-2/+3
| | | | | | Fix a mispelling in run_parted() that mispelled "reason". Also, add some more verbose-level messages in run_bonnie() about what commands are being used.
* test: Add new README, update old README and TODOLee Duncan2022-03-013-18/+237
| | | | | | The new README is about the python test suite. Update the old README to mention the new one. Also, clean up the TODO list and add a couple of items.
* test: Rename README to README.origLee Duncan2022-03-011-0/+0
| | | | Soon to be replaced by an updated README.
* Fix typo in util.pyAbhinav Rajagopalan2021-01-111-2/+2
| | | Fix s/sttderr/stderr typo in line 179 of util.py
* Allow sub-tests to be specified.Lee Duncan2020-02-202-21/+121
| | | | | | | Using the new "-s" option, one can specify a single subtest or a range of subtests. Together with the blocksize arguments and being able to specify the actual test case if you wish, you can now run just a single test.
* more things to doLee Duncan2020-02-201-4/+30
|
* Test code rearranged to make discovery work.Lee Duncan2020-02-206-122/+156
| | | | | | | | | | | | Now you can run: > python3 -m unittest discover to run all the tests, using discovery, or > ./test-open-iscsi -l to list the tests.
* Add in "-V" for version infoLee Duncan2020-02-202-5/+16
|
* Update TODO listLee Duncan2020-02-202-0/+11
|
* 64 tests now working and passingLee Duncan2020-02-203-25/+68
| | | | | Tested on Tumbleweed, and all tests pass so far. Run time is around 3 hours so far, for the whole suite.
* First 32 tests working?Lee Duncan2020-02-194-70/+148
| | | | At least they are coded.
* Beginning to get python tests set up.Lee Duncan2020-02-198-10/+512
| | | | | Created a framework. Replacing disktest with fio, sfdisk with parted, and moving to a PyUnit test framework.
* fix mkfs regression testMike Christie2008-03-201-10/+16
| | | | | This starting of the mkfs regression test. To run do regression.sh -f /dev/sdb
* from Albert: update regression filemnc2006-09-051-11/+17
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@690 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* from Albert: update regression dat filemnc2006-09-051-81/+99
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@689 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* from Albert Pauw: update regression script for new format and do several ↵mnc2006-08-241-19/+27
| | | | | | cleanups and fix bugs: no need to have iscsiadm, bonnie++ and disktest in same directory, no need to start it from its own directory (it will find, regression.dat), after stopping/error the session is logged out nicely git-svn-id: svn://svn.berlios.de/open-iscsi@670 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* from robbat2@gentoo.org: Various improvements to regression.sh script. See ↵mnc2006-02-151-72/+95
| | | | | | open-iscsi list. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> git-svn-id: svn://svn.berlios.de/open-iscsi@493 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* Wang Zhenyu: fixed typo in regression.sh: 32786 => 32768aaizman2005-10-251-10/+10
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@428 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* trans_list() event brings per-transport caps_mask. daemon respects those bits.dmitry_yus2005-05-251-1/+1
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@342 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* more bonnie++ customizationsdmitry_yus2005-05-232-6/+23
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@333 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* regression.sh: each test-case now tested with fdisk+mkfs+bonniedmitry_yus2005-05-221-6/+62
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@328 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* flexible test-range for regression in form of parameter [start[:end]]dmitry_yus2005-04-301-2/+12
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@263 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* minor regression.dat changesdmitry_yus2005-04-221-3/+3
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@254 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* more test cases for regression.shdmitry_yus2005-04-222-8/+90
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@253 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* accept block size for regression.sh as a parameterdmitry_yus2005-04-201-2/+5
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@246 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* big fat warning added to the regression testdmitry_yus2005-04-171-0/+38
| | | | | | | | regression test now restores defaults on exit few fixes and cleanups for regression test git-svn-id: svn://svn.berlios.de/open-iscsi@235 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* regression.sh: device parameter addeddmitry_yus2005-03-241-7/+9
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@205 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* regression test work, READMEopen-iscsi2005-02-203-48/+44
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@93 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* redesign host. interim. commitopen-iscsi2005-01-172-0/+121
git-svn-id: svn://svn.berlios.de/open-iscsi@32 d7303112-9cec-0310-bdd2-e83a94d6c2b6