This website requires JavaScript.
Explore
Help
Register
Sign In
warren
/
libiscsi
Watch
1
Star
0
Fork
0
You've already forked libiscsi
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a81eacc0b16552fe63ea1536cffec547c6e3db53
libiscsi
/
tests
History
Bart Van Assche
5e6f6ec5ed
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
..
.gitignore
update tests/.gitignore
2019-07-19 10:10:23 +08:00
functions.sh
TEST: Add a test to verify that HeaderDigest works
2017-01-04 18:47:18 -08:00
Makefile.am
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
prog_header_digest.c
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
prog_noop_reply.c
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
prog_read_all_pdus.c
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
prog_readwrite_iov.c
Remove the discard_const() macro
2020-02-28 21:54:49 -08:00
prog_reconnect_timeout.c
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
prog_reconnect.c
MinGW: Second step of porting to MinGW
2021-07-18 20:13:03 -07:00
prog_timeout.c
Enable -Wno-unused-parameter
2021-05-23 13:23:41 -07:00
README
Add a README for the make test directiory
2015-05-10 08:14:42 -07:00
test_0100_login.sh
Initial test branch for adding tests to libiscsi
2015-04-13 14:58:30 -07:00
test_0200_discovery.sh
Initial test branch for adding tests to libiscsi
2015-04-13 14:58:30 -07:00
test_0300_nop_reply.sh
Add a test that we reply to NOPs from the target
2015-04-16 08:21:48 -07:00
test_0400_readwrite_iow.sh
TEST: add test for read/write using iovectors
2016-10-01 16:31:13 -07:00
test_0410_read_all_pdus.sh
Add a test that a (future) single call to iscsi_service() will process all queued PDUs
2016-12-12 17:47:17 -08:00
test_0500_header_digest.sh
TEST: Add a test to verify that HeaderDigest works
2017-01-04 18:47:18 -08:00
test_0600_ipv6.sh
Add test that ipv6 works
2017-01-08 13:12:16 -08:00
test_1000_chap.sh
TESTS: use TGTPORTAL instead of a hardcoded port
2015-05-09 15:47:15 -07:00
test_2000_reconnect.sh
Initial test branch for adding tests to libiscsi
2015-04-13 14:58:30 -07:00
test_2001_reconnect_timeout.sh
Initial test branch for adding tests to libiscsi
2015-04-13 14:58:30 -07:00
test_2100_timeout.sh
Timeouts: Fix bugs in scsi task timeout code
2015-05-24 14:34:06 -07:00
test_9000_compareandwrite.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9001_extendedcopy.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9002_getlbatatus.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9003_inquiry.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9004_modesense6.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9005_orwrite.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9006_prefetch10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9007_prefetch16.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9008_prinreadkeys.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9009_read6.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9010_read10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9011_read12.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9012_read16.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9013_verify10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9014_verify12.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9015_verify16.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9016_write10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9017_write12.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9018_write16.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9019_writeverify10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9020_writeverify12.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9021_writeverify16.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9022_testunitready.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9023_readcapacity10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9024_readcapacity16.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9025_receivecopyresults.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9026_reportsupportedopcodes.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9027_unmap.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9028_readdefectdata10.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9029_readdefectdata12.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9030_prinreportcapabilities.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9031_proutregister.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9032_proutclear.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9033_proutpreempt.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9034_startstopunit.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
test_9035_startstopunit_removable.sh
Add tests for sending/receiving each opcode end-to-end using iscsi-test-cu
2016-10-09 14:38:33 -07:00
README
The tests require that TGTD version 1.0.58 or later is installed. To run the tests: make test
Reference in New Issue
View Git Blame
Copy Permalink