summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Made v4.2 on by defaultHEADmasterSteve Dickson2016-07-251-4/+4
| | | | | | Use --nov42 to turn it off Signed-off-by: steved <steved@redhat.com>
* Do not create udp directories when not needed.Steve Dickson2016-03-021-1/+3
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed typo in the mkdirs script when rdma is usedSteve Dickson2016-03-021-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Removed the --nov2 flagSteve Dickson2016-03-021-6/+2
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Removed the rdmaif flagSteve Dickson2016-03-021-10/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Changed logic around dokrb5Steve Dickson2015-11-041-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed typo in dokrb5steved2015-10-271-1/+1
| | | | Signed-off-by: steved <steved@rhel7.boston.devel.redhat.com>
* Documented runcthonSteve Dickson2015-09-241-0/+28
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Reoved v2 testsSteve Dickson2015-09-161-26/+7
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Removed the dokrb5 checkSteve Dickson2015-04-071-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed --dokrb5 arugmentSteve Dickson2015-01-241-2/+3
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Changed dov41 to be on by defaultSteve Dickson2014-09-241-4/+4
| | | | | | Use --nov41 to turn of the tests. Signed-off-by: Steve Dickson <steved@redhat.com>
* make sure /mnt/$server exists on private mountsSteve Dickson2014-09-021-0/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* More clean up...Steve Dickson2014-08-131-2/+2
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed a warning in server script cause by commit 537d704Steve Dickson2014-08-131-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* A little clean upSteve Dickson2014-08-131-3/+0
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* server: Added -A flag which will cause server script to ask to mount.Steve Dickson2014-08-131-14/+18
| | | | | | | By default the server script will no longer ask to mount. Use the new -A flag to restore the asking about the mount Signed-off-by: Steve Dickson <steved@redhat.com>
* special: fix op_unlk and op_ren tests outputPavel Shilovsky2014-08-122-6/+18
| | | | | Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve Dickson <steved@redhat.com>
* Add SMB/CIFS section in tests.initPavel Shilovsky2014-08-121-0/+4
| | | | | Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve Dickson <steved@redhat.com>
* Add capability to test SMB 2.0 and higher verionsPavel Shilovsky2014-08-122-4/+10
| | | | | Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve Dickson <steved@redhat.com>
* Add SMB/CIFS mounts supportJeff Layton2014-08-125-8/+21
| | | | | | | | | | | The connectathon tests are also useful for testing SMB/CIFS filesystems but when running without unix extensions, some tests are expected to fail. Add a "CIFS mode" that skips tests that are known to fail when running on CIFS filesystems without POSIX extensions. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve Dickson <steved@redhat.com>
* tlock: munmap missed before closeJeff Layton2014-08-121-0/+1
| | | | | | | | test13 mmaps the testfile, but doesn't munmap it before returning. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve Dickson <steved@redhat.com>
* Updated .gitignore to ignore more filesSteve Dickson2014-08-121-0/+3
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Eliminated implicit declaration of 'exit' warningsSteve Dickson2014-08-122-0/+6
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* pmapbrd.c: Eliminated more assignment warningsSteve Dickson2014-08-121-5/+5
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Multiple clnt_broadcast, rename static referenceTom Haynes2014-08-121-3/+4
| | | | | Signed-off-by: Tom Haynes <tdh@excfb.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* Added -DHAVE_SOCKLEN_T to default Linux CFLAGSSteve Dickson2014-08-121-1/+7
| | | | | | | To eliminate passing incompatible pointer type warnings define HAVE_SOCKLEN_T since Linux has a socklen_t type Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed usage statmentSteve Dickson2014-08-121-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Remove some static mounts that were no longer validSteve Dickson2014-08-121-3/+0
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* runcthon: Removed the -F flag since it is nolonger neededSteve Dickson2014-08-121-8/+8
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed private umountsSteve Dickson2014-07-241-1/+5
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed private mountsSteve Dickson2014-07-241-4/+10
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added back filesSteve Dickson2014-06-183-0/+1329
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added a .gitignoreSteve Dickson2014-06-181-0/+1
| | | | | | | Signed-off-by: Steve Dickson <steved@redhat.com> Conflicts: .gitignore
* cthon: remove extraneous filesSteve Dickson2014-06-183-1329/+0
| | | | | | | These are generated files and don't belong in the distribution. Signed-off-by: Jim Rees <rees@umich.edu> Signed-off-by: Steve Dickson <steved@redhat.com>
* Make the tbl table smaller to avoid a warning about line widthSteve Dickson2014-06-181-5/+5
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Make the stat command ignore lines that it is not looking for.Steve Dickson2014-06-181-2/+7
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added the --port flageSteve Dickson2014-06-101-3/+7
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added port= for PanasasSteve Dickson2014-06-101-0/+3
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Replaced minorversion with v4.xSteve Dickson2014-04-231-6/+6
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Fixed krb5 mountsSteve Dickson2013-06-181-5/+30
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Turned off v2 and udp by defaultSteve Dickson2013-04-021-2/+2
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added v4.2 supportSteve Dickson2013-04-021-3/+23
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Initialize dov41 to zeroSteve Dickson2012-07-111-0/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added the -dov41 flagSteve Dickson2012-05-241-4/+23
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Addded the --nov2 flagSteve Dickson2012-05-241-6/+11
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added the '--nolcks' flagSteve Dickson2011-03-151-2/+8
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added back the backgrounding of the processesSteve Dickson2011-03-151-1/+1
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Reworked how to unmount the fs when there is a failureSteve Dickson2011-02-101-2/+5
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>
* Added a exit status on unmountallSteve Dickson2010-09-081-0/+5
| | | | Signed-off-by: Steve Dickson <steved@redhat.com>