Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154470 Details for
Bug 239659
Add regression tests for CIFS to RHTS
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
tests.init file for cifs testing
tests.init.cifs (text/plain), 5.58 KB, created by
Jeff Layton
on 2007-05-10 13:49:25 UTC
(
hide
)
Description:
tests.init file for cifs testing
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-05-10 13:49:25 UTC
Size:
5.58 KB
patch
obsolete
> ># ># @(#)tests.init 1.26 2003/12/30 Connectathon testsuite ># >#MNTOPTIONS="rw,hard,intr" >MNTOPTIONS="user=testuser,password=testuser,domain=EXAMPLE" ># Dummy MNTPOINT definition; should get overriden by server script. >MNTPOINT="/mnt" > ># Use this mount command if using: ># SVR3 >#MOUNTCMD='./domount -f NFS,$MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' > ># Use this mount command if using: ># SVR4 ># Solaris 2.x >#MOUNTCMD='./domount -F nfs -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' >#CFSMOUNTCMD='./domount -F cachefs -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' > ># Use this mount command if using: ># BSD ># SunOS 4.X ># Tru64 UNIX ># HPUX ># Linux ># AIX ># Mac OS X ># At least some BSD systems don't recognize "hard" (since that's the ># default), so you might also want to use this definition of MNTOPTIONS. >#MNTOPTIONS="rw,intr" >#MOUNTCMD='./domount -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' > ># Use this mount command if using: ># DG/UX >#MOUNTCMD='./domount -t nfs -o $MNTOPTIONS $SERVER\:$SERVPATH $MNTPOINT' >MOUNTCMD='./domount -t cifs -o $MNTOPTIONS //$SERVER$SERVPATH $MNTPOINT' > >UMOUNTCMD='./domount -u $MNTPOINT' > ># Use the next two lines if using: ># SVR3 ># SVR4 ># Solaris 2.x ># HPUX >#DASHN= >#BLC=\\c > ># Use the next two lines if using: ># BSD ># SunOS 4.X ># Linux ># Tru64 UNIX ># Mac OS X >DASHN=-n >BLC= > ># Use this path for: ># Solaris 2.x >#PATH=/opt/SUNWspro/bin:/usr/ccs/bin:/sbin:/bin:/usr/bin:/usr/ucb:/etc:. > ># Use this path for: ># Solaris 2.x with GCC >#PATH=/opt/gnu/bin:/usr/ccs/bin:/sbin:/bin:/usr/bin:/usr/ucb:/etc:. > ># Use this path for: ># HPUX >#PATH=/bin:/usr/bin:/etc:/usr/etc:/usr/local/bin:/usr/contrib/bin:. > ># Use this path for: ># BSD ># SunOS 4.X >#PATH=/bin:/usr/bin:/usr/ucb:/etc:/usr/etc:. > ># Use this path for: ># Tru64 UNIX ># SVR4 ># Linux >PATH=/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/sbin:/usr/sbin:. > ># Use this path for: ># DG/UX >#PATH=/bin:/usr/bin:/usr/ucb:/etc:/usr/etc:. > ># Use this path for: ># IRIX >#PATH=/bin:/usr/bin:/usr/bsd:/etc:/usr/etc:. > ># Use this path for: ># AIX >#PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:. >#MOUNT=/usr/sbin/mount >#UMOUNT=/usr/sbin/umount > ># Use this path for: ># Mac OS X >#PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:. > >SERVER="" >SERVPATH="/testuser" >TEST="-a" >TESTARG="-t" > ># ----------------------------------------------- ># Defines for various variables used in scripts and makefiles. ># ># Do not remove the following three lines. They may be overridden by ># other configuration parameters lower in this file, but these three ># variables must be defined. >CC=cc >CFLAGS= >LIBS= >LOCKTESTS=tlock > ># Use with SVR3 systems. ># Add -TR2 to CFLAGS for use on Amdahl UTS systems. >#CFLAGS=-DSVR3 >#LIBS=`echo -lrpc -lsocket` > ># Use with BSD systems. >#CC=gcc >#CFLAGS=`echo -Duse_directs -DBSD` >#MOUNT=/sbin/mount >#UMOUNT=/sbin/umount > ># Use with SVR4 systems. >#CFLAGS=-DSVR4 >#LIBS=`echo -lsocket -lnsl` > ># Use with SunOS 4.X systems >#CC=/usr/5bin/cc >#CFLAGS=`echo -DSUNOS4X -DNEED_STRERROR` > ># Use with Solaris 2.x systems. Need the 5.0 C compiler (or later) ># for 64-bit mode. >#CC=/opt/SUNWspro/bin/cc ># Use this with GCC >#CC=/opt/gnu/bin/gcc ># Use this through Solaris 2.6. For Solaris 2.7 and later, use ># this for 32-bit mode applications. >#CFLAGS=`echo -DSVR4 -DMMAP -DSOLARIS2X -DSTDARG` ># Use this with gcc (32-bit binaries): >#CFLAGS=`echo -DSVR4 -DMMAP -DSOLARIS2X -DSTDARG -mcpu=ultrasparc` ># For Solaris 2.7 and later, use this for 64-bit mode applications ># (Sun compiler). >#CFLAGS=`echo -DSVR4 -DMMAP -DSOLARIS2X -DSTDARG -xO0 -xarch=v9 -dalign -Xt -L/usr/lib/sparcv9` ># Use this to make 64-bit binaries with gcc (3.1 or later; untested): >#CFLAGS=`echo -DSVR4 -DMMAP -DSOLARIS2X -DSTDARG -m64` >#LIBS=`echo -lsocket -lnsl` ># Use this through Solaris 2.5.1. >#LOCKTESTS=`echo tlock` ># Use with 2.6 and later systems, 32-bit mode. >#LOCKTESTS=`echo tlocklfs tlock64` ># Use with 2.7 and later, 64-bit mode. >#LOCKTESTS=`echo tlocklfs` > ># Use with Tru64 UNIX systems >#CFLAGS=`echo -O -DTRU64 -DOSF1 -DMMAP -DSTDARG` ># use the following instead of the above if using gcc >#CFLAGS=`echo -O -DTRU64 -DOSF1 -DMMAP -DSTDARG` ># 64-bit binaries with gcc (3.1 or later; untested): >#CFLAGS=`echo -O -DTRU64 -DOSF1 -DMMAP -DSTDARG -fwritable-strings -m64` >#MOUNT=/sbin/mount >#UMOUNT=/sbin/umount > ># Use with HPUX systems, 10.00 and earlier. >#CFLAGS=-DHPUX >#CC=/bin/cc >#RM=/bin/rm >#MAKE=/bin/make > ># Use with HPUX 10.01. >#CFLAGS=`echo -Ae -DHPUX` >#CC=/opt/ansic/bin/cc >#RM=/bin/rm >#MAKE=/usr/bin/make > ># Use with HPUX 11.0, 32-bit machines. >#CFLAGS=`echo -Ae -DHPUX -D_PSTAT64 -D_LARGEFILE64_SOURCE -DPORTMAP` >#CC=/opt/ansic/bin/cc >#LIBS=`echo -lnsl` >#RM=/bin/rm >#MAKE=/usr/bin/make > ># Use with HPUX 11.0, 64-bit machines. >#CFLAGS=`echo -Ae -DHPUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE` >#CC=/opt/ansic/bin/cc >#RM=/bin/rm >#MAKE=/usr/bin/make > ># Use with DG/UX systems. >#CFLAGS=-DSVR4 >#LIBS=`echo -lsocket -lnsl` > ># Use with IRIX systems. Use HAVE_SOCKLEN_T for IRIX >= 6.5.19. >#CFLAGS=`echo -g -DHAVE_SOCKLEN_T -DSTDARG -DSVR4 -DIRIX -DMMAP` > ># Use with AIX. >#CC=gcc >#CFLAGS=`echo -DAIX -DSTDARG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE` >#LOCKTESTS=`echo tlocklfs` > ># Use with Linux 2.2 / GNU libc 2.0 >#CFLAGS=`echo -DLINUX -DGLIBC=20 -DMMAP -DSTDARG -fwritable-strings` >#LIBS=`echo -lnsl` >#MOUNT=/bin/mount >#UMOUNT=/bin/umount > ># Use with Linux 2.4 / GNU libc 2.2 >CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG` >LIBS=`echo -lnsl` >MOUNT=/bin/mount >UMOUNT=/bin/umount >LOCKTESTS=`echo tlocklfs tlock64` > ># Use with Linux if your distro doesn't provide a "cc". >CC=gcc > ># Use with Mac OS X >#CFLAGS=`echo -DMACOSX -DNATIVE64 -DLARGE_LOCKS` >#MOUNT=/sbin/mount >#UMOUNT=/sbin/umount >#LOCKTESTS=`echo tlock` > ># -----------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239659
:
154465
|
154469
| 154470 |
154919