Граф коммитов

538 Коммитов

Автор SHA1 Сообщение Дата
relyea%netscape.com f61ba94871 Turn on FIPS test again. 2003-02-06 16:13:44 +00:00
relyea%netscape.com 4bb120679c Introduce shell variables for DLL_PREFIX and DLL_SUFFIX 2003-02-06 16:13:22 +00:00
relyea%netscape.com 9dbd723151 Remove mangle test until we can get the correct library name inside fips.sh for all platforms 2003-02-06 01:07:39 +00:00
relyea%netscape.com 7be71c5a0f Add check to 1) make sure we are in FIPS mode. and 2) to verify that we
detect corrupted shared libraries while in FIPS mode.
2003-02-06 00:50:00 +00:00
ian.mcgreer%sun.com ae2e606e54 always use explicit serial numbers on generated certs, should fix QA failures on leia 2003-01-23 15:38:03 +00:00
bishakhabanerjee%netscape.com 2430651225 set and exported NSS_STRICT_SHUTDOWN. Bug 171263 2003-01-07 22:10:10 +00:00
wtc%netscape.com d212358f78 Bug 185074: open the files we just did a "chmod -w" on once to work around
a Mac OS X NFS bug. Subsequent opens will see the file is readonly with no
delay.
2002-12-13 02:06:34 +00:00
nelsonb%netscape.com a4ffefd8be Support SHA256, SHA384, and SHA512 hashes in NSS. 2002-12-12 06:05:45 +00:00
relyea%netscape.com 1e02f10049 Add test cases for multiple email addresses in a single certificate. 2002-12-10 17:19:00 +00:00
nelsonb%netscape.com e2809aa4e8 Add tests for sha256, sha384, and sha512. 2002-11-21 05:44:41 +00:00
bishakhabanerjee%netscape.com 446c866598 creating the cmdtests.sh script - bug 144316 2002-10-30 00:20:10 +00:00
wtc%netscape.com 00c4231267 Bug 131386: use 'tee' (in a pipe) instead of 'tail -f' when we need to
display the test output on stdout.  This avoids the need to kill the tail
process, which is tricky to do under MKS Korn Shell on Windows.
Modified Files: all.sh jssqa common/init.sh
2002-10-10 20:36:53 +00:00
wtc%netscape.com ca133cf458 Bug 129701: removed the sleep command for Linux in kill_selfserv().
Instead, we try to bind to the port in a loop until the port has been
freed.  Added the -b (bindOnly) option to selfserv for this purpose.
Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-09-07 13:41:21 +00:00
nicolson%netscape.com e179fe8904 Fix 164126: makefile build error.
Change the NSS module name from "security" to "nss".
2002-09-06 16:38:56 +00:00
nelsonb%netscape.com c957d262ac Test the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529. Also, order
tests so all SSL3 tests are done before all TLS tests.
2002-08-09 22:09:18 +00:00
bishakhabanerjee%netscape.com 5c04279163 Setting number of tests to 252 to take out warnings on nightly QA reports -Bug 156959 2002-07-19 23:46:10 +00:00
bishakhabanerjee%netscape.com 19dbdc5df8 correcting init_mcom function to enable "nssqa" to run at Netscape - 150752 2002-06-18 21:45:31 +00:00
sonja.mirtitsch%sun.com adb8e67a58 trying a version that can test tip as default for tinderbox and 341
as default for nightly QA
2002-04-25 01:04:10 +00:00
sonja.mirtitsch%sun.com f091c5b444 changes for jdk 1.4; and mccrel move 2002-04-16 20:57:42 +00:00
relyea%netscape.com 78033ccb01 Add the ability to test the multi-access database feature with existing test cases. 2002-04-08 23:39:44 +00:00
sonja.mirtitsch%sun.com 1a80c72971 fixed a bug that had resulted in tinderbox results not always being uploaded 2002-04-05 01:41:34 +00:00
sonja.mirtitsch%sun.com f67b5a6f41 moving security products from mccrel to mccrel3 2002-03-28 00:42:36 +00:00
sonja.mirtitsch%sun.com 08ce0e0ee9 patch for bug 87914 r=wtc, NSS test scripts require . in the PATH 2002-03-20 03:01:27 +00:00
sonja.mirtitsch%sun.com 35e022c85a uploading only waht's specified in the parameters 2002-03-19 19:54:16 +00:00
wtc%netscape.com cb5e5f1f21 Bugzilla bug 112198: use the -dylib_file ld option to link the ssl3 and
smime3 dylibs and the NSS tools so that they can find the indirectly
referenced libsoftokn3.dylib.  Define and export DYLD_LIBRARY_PATH.  The
patch is contributed by Brian Ryner <bryner@netscape.com>. r=wtc,beard.
Modified Files:
	coreconf/Darwin.mk nss/cmd/platlibs.mk nss/lib/smime/config.mk
	nss/lib/ssl/config.mk nss/tests/common/init.sh
2002-02-15 23:38:47 +00:00
sonja.mirtitsch%sun.com 58e4856539 fixed returncode after modification in error.h 2002-02-12 18:34:35 +00:00
sonja.mirtitsch%sun.com 7a62a90f8e script to clean up old tinderbox QA 2002-02-08 02:12:21 +00:00
sonja.mirtitsch%sun.com 6882942b67 QAstatus file now made at the right place (global Exit()) and putting
killed info in as well
partial fix for 122632 r=wtc
2002-02-08 01:50:26 +00:00
sonja.mirtitsch%sun.com 95d835e50a changing the way to figure out if selfserv is still present from ps to
kill -0 so we might be able to debug the disapearing selfserv problem
better
2002-02-06 05:34:16 +00:00
sonja.mirtitsch%sun.com 0fbd97206f start of fix for 122632 to avoid overflows 2002-02-06 04:02:46 +00:00
sonja.mirtitsch%sun.com 0f9e24e63e calling the selfserv now with -y to get the certs at the end, adjusted clients and wait times 2002-02-06 02:51:59 +00:00
sonja.mirtitsch%sun.com 25e324cbb6 debugging info for the intermittant multiple recipient problem on linux 2002-02-06 01:15:51 +00:00
relyea%netscape.com 24ec92e64a certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still
testing the R/W case.
2002-02-01 02:28:32 +00:00
wtc%netscape.com eeef12be2f Bugzilla bug 119340: backed out the fix. We are still seeing the
"selfserv process not detectable" errors on Linux and I don't have
time to get to the bottom of it.
Modified files:
	cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-31 02:03:57 +00:00
sonja.mirtitsch%sun.com 7b6f72131a put the sleep 30 back into the linux ssl test to give the selfserv time
to free the socket...
2002-01-31 01:01:47 +00:00
sonja.mirtitsch%sun.com 37e7d17867 next thry for bug 115200 2002-01-31 00:34:04 +00:00
sonja.mirtitsch%sun.com 81a33a5f77 another try for QA / RE / tinderbox problem bug #115200 2002-01-30 04:37:35 +00:00
ian.mcgreer%sun.com abec66154f changes related to bug 115660
* fipstoken will only force authentication for object-related functions when the object is a private or secret key
* certutil does not authenticate to token when in FIPS and only doing cert-related operations
* QA does not provide password to certutil when doing cert-related operations in FIPS tests
2002-01-29 17:30:22 +00:00
sonja.mirtitsch%sun.com a4ddcd12a1 fixed typo 2002-01-28 20:59:23 +00:00
sonja.mirtitsch%sun.com 8b6bfb5e27 attempted fix for bug 115200, tinderbox reports false failures on machines
that run 32 and 63 bit tinderboxes
2002-01-28 19:35:53 +00:00
relyea%netscape.com a7723c632d Fix bug 115660. Note that fixing the bugs necessitates fixing the test
cases as well. The test case was depending on the failure to read certs to
detect the failure to read keys. Now certutil returns a failure if no keys
are found. This also means that the FIPS test after the key and cert
has been deleted should expect a failure to list any keys.
2002-01-25 19:03:17 +00:00
wtc%netscape.com bd2bc25ec1 Bugzilla bug 119340: an inelegant but more reliable way to kill the
multithreaded 'selfserv' process on Linux.
Modified files:
    cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-23 03:18:57 +00:00
sonja.mirtitsch%sun.com b6fd9b3d50 added the TCP connection aborted to the lines that are OK in the log 2002-01-23 02:07:08 +00:00
sonja.mirtitsch%sun.com 3678be47dd added comments 2002-01-23 00:27:10 +00:00
sonja.mirtitsch%sun.com fbbaa44ef1 removing tmpfiles on tinderboxes 2002-01-23 00:21:01 +00:00
sonja.mirtitsch%sun.com b10b0f598d changes so nssqa will run on netscape's daily builds as well 2002-01-23 00:19:32 +00:00
sonja.mirtitsch%sun.com 0f991578bd Ians debug change to find out the state of the DB after multi recepient test 2002-01-15 22:29:47 +00:00
sonja.mirtitsch%sun.com b2600c932c asleep of 3 seconds after killing of teh selfserv doesn't seem to be
sufficient - either that or it takes a lot longe now to start up
2002-01-10 22:47:12 +00:00
sonja.mirtitsch%sun.com 28cfebd131 taking out OSF 5 links 2002-01-04 21:41:23 +00:00
sonja.mirtitsch%sun.com c7f03eff64 increased the number of tests and changed the fix about too many cache misses
seee bugs #114964 and 118031
2002-01-04 21:39:36 +00:00
sonja.mirtitsch%sun.com 8243a281b2 to avoid client and server writes at the same time write output to a tmp
file first, and then the tmp file to stdout
the writes had lead to garbled messages that were then interpreted as
errormessages by the scripts
2002-01-04 21:31:39 +00:00
sonja.mirtitsch%sun.com 8d877b024f fixed qa_stat following an enhancement, that causes unexpected messaegs in the output.log 2002-01-04 00:24:28 +00:00
sonja.mirtitsch%sun.com 97127f127f fix for enhancemet request 114964 2002-01-03 23:58:23 +00:00
sonja.mirtitsch%sun.com 8b75779a00 more info to results.html 2001-12-21 00:29:32 +00:00
sonja.mirtitsch%sun.com 894416950a checking in fix for the new requirements for bug 73098 2001-12-20 23:26:59 +00:00
ian.mcgreer%sun.com 0a0f777ec7 test case for multiple recipients 2001-12-17 20:16:18 +00:00
sonja.mirtitsch%sun.com e51a88869f thought I needed to do this in ssl... chge the readonlydir to prevent
mccrel from overflowing due to failing cleanup scripts...
2001-12-14 20:10:46 +00:00
sonja.mirtitsch%sun.com 8bc8d0113f fix for bug 73098, need to make other checkins in ssl.sh and don't
want to merge
Ian reviewed the patch
2001-12-14 20:02:53 +00:00
sonja.mirtitsch%sun.com 9c37d51af8 enabling the tls stresstest 2001-12-12 03:15:01 +00:00
sonja.mirtitsch%sun.com 0724c6f553 misspelled dbtests 2001-12-06 01:46:09 +00:00
sonja.mirtitsch%sun.com 22156db9ee trying to hook in dbtest 2001-12-06 00:51:56 +00:00
sonja.mirtitsch%sun.com 0d9a16f501 adderd redhat 7.2, changed tinderbox back to defaulting to the tip 2001-12-05 22:52:46 +00:00
sonja.mirtitsch%sun.com e11309de87 added 2 more tests 2001-12-05 18:34:09 +00:00
sonja.mirtitsch%sun.com 4a1676befa added calls to new dbtest program 2001-12-05 04:25:31 +00:00
sonja.mirtitsch%sun.com 0239dea55c changed the evaluation of returncode 2001-12-04 21:01:47 +00:00
sonja.mirtitsch%sun.com fba298ee31 new test for enhancement request 112504, not hooked in yet 2001-12-04 04:16:56 +00:00
sonja.mirtitsch%sun.com 31bb5bb8d8 one more change for bug #111229 2001-12-04 02:58:59 +00:00
sonja.mirtitsch%sun.com 37f6883c0c improvements coupling QA and tinderbox 2001-12-04 00:44:35 +00:00
sonja.mirtitsch%sun.com ae1eb3376b commiting some changes (backwardcompatibility tests, uname -p problem,
numbers of tests...)
before starting to work on tinderbox problem, log hard to find. 111229
2001-12-03 23:00:02 +00:00
sonja.mirtitsch%sun.com 42a596c969 trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration? 2001-11-27 22:20:14 +00:00
sonja.mirtitsch%sun.com c9a254acf6 removed the before and after context grep as a workaround for 97209 2001-11-21 21:19:14 +00:00
sonja.mirtitsch%sun.com 4dda6757c4 bugfixes, regarding a daily build directory insider the daily build... 2001-11-21 02:36:33 +00:00
sonja.mirtitsch%sun.com f764a97dbf fixed several PC solaris PATH problems - build problems 2001-11-20 01:06:41 +00:00
sonja.mirtitsch%sun.com 4a8b2ae277 modernized... changed servers, clients, mastebuild, 10 minutes wait now 2001-11-15 23:27:20 +00:00
sonja.mirtitsch%sun.com 0cfb60dfd0 put fips test before the stress test (in case of a copied db the fips test interferes) 2001-11-15 23:26:21 +00:00
sonja.mirtitsch%sun.com 3251934fef added a hyperlink in the header 2001-11-15 19:01:42 +00:00
sonja.mirtitsch%sun.com 55cb2ab8fc added sendmail, fixed sendmailbug 2001-11-15 19:01:16 +00:00
sonja.mirtitsch%sun.com 72c0985225 made cronsafe (I hope) 2001-11-13 03:28:52 +00:00
sonja.mirtitsch%sun.com 97c7998644 attempt to copy the qa results to mozilla.
this version untars with a script on mozilla, last one filled up my homedirectory
umask 000
cd /home/ftp/pub/security/nss
gunzip all.tar.gz
tar xf all.tar
rm  all.tar.gz all.tar
ls -l
2001-11-13 01:30:21 +00:00
sonja.mirtitsch%sun.com 6568460cd1 fixed email header and tinderbox hyperlink 2001-11-09 01:09:17 +00:00
ian.mcgreer%sun.com 643f828e58 fips changes. forces login for cert listing. 2001-11-09 00:37:03 +00:00
sonja.mirtitsch%sun.com 0c0eae99c2 next try to gat all of the HP problems... 2001-11-02 23:47:47 +00:00
sonja.mirtitsch%sun.com b44b405186 put a workaround in place, so client ands server will not write at the
same time
(to avoid lines like: ...Unable to find the certificate
authenticatfailedion...)
2001-11-02 19:09:11 +00:00
sonja.mirtitsch%sun.com 9c2086d0f3 removed killing of leftover selfservers, since multiple QAs need to
peacefully coexist... will file enhancement request against myself
2001-11-01 23:37:36 +00:00
sonja.mirtitsch%sun.com e71de46d14 removed the "missing list" for tinderbox QA 2001-11-01 22:43:55 +00:00
sonja.mirtitsch%sun.com d792219e5b added -p port argument, so multiple tinderboxes can run on the same machine 2001-11-01 22:36:03 +00:00
sonja.mirtitsch%sun.com 217b6dbba0 removing the starting : fo`rom the SHLIB_PATH to avoid HP coredumps 2001-10-31 23:31:58 +00:00
sonja.mirtitsch%sun.com 4ada61a963 took out 64 bit HP builds 2001-10-26 18:10:37 +00:00
sonja.mirtitsch%sun.com 1549ff9857 increased # of tests to 133 2001-10-26 18:08:18 +00:00
sonja.mirtitsch%sun.com c851973d17 adder HP as tinderboxplatform 2001-10-26 18:07:58 +00:00
sonja.mirtitsch%sun.com 3b72481136 version check for jss 2001-10-11 01:01:09 +00:00
ian.mcgreer%sun.com 51c8886e7a add AES test to QA 2001-10-10 17:40:03 +00:00
sonja.mirtitsch%sun.com 813a540b9a bugfixed for jssqa 2001-10-10 17:14:31 +00:00
sonja.mirtitsch%sun.com ff2557c067 additions for JSS sanity check 2001-10-10 01:12:42 +00:00
sonja.mirtitsch%sun.com 2941d62432 changed the backwardcompatibility tests t odo streight reporting 2001-10-05 22:27:54 +00:00
sonja.mirtitsch%sun.com 2e18f11a4f trial and error programming... now I try to guess the tinderbox directory 2001-10-05 22:27:09 +00:00
sonja.mirtitsch%sun.com 2365ae169f next try for tinderbox fix 2001-10-05 01:29:06 +00:00
sonja.mirtitsch%sun.com 53ce51dcab added the " back that broke the script before 2001-10-04 17:01:17 +00:00
sonja.mirtitsch%sun.com aa356e241b trieing to acces a variable set by perl, for tinderbox 2001-10-04 00:36:53 +00:00
sonja.mirtitsch%sun.com 36d776ca44 changes for the NT tinderbox 2001-10-03 19:24:44 +00:00
sonja.mirtitsch%sun.com 9631ae5009 putting new tests back, since the ciphers have been fixed again 2001-09-27 16:37:46 +00:00
sonja.mirtitsch%sun.com a3944b022e backing out changes until coredump of testclnt is fixed 2001-09-25 20:14:20 +00:00
sonja.mirtitsch%sun.com 3152497a31 added tests of 3 new ciphers in TLS and SSL 2001-09-25 16:00:00 +00:00
sonja.mirtitsch%sun.com a81536af93 added log information for tinderbox 2001-09-25 01:27:59 +00:00
sonmi%netscape.com edeb7418f0 forgot this in the last checkin - added Solaris 9, fixed 2 bugs 2001-09-14 01:05:06 +00:00
sonmi%netscape.com d3624e5c63 added Sparc solaris 9
fixed unfiled bug in mksymlink (trying to symlink if dir exists in
	unix dirs, trying to symlink if either dir or symlink exists)
fixed bug in header , debug flag not passed into mksymlinks
fixed bug in header , always-yes flag not passed into mksymlinks
added email option -ml for qa_stat - only sends hyperlink to result.html
fixed unfiled bug NT backward compatibility test failures
removed unnecessary hostnamesetting from anything but nssqa
changed handeling of pass/fail in backward compatibility test
	evaluation, started fix of bugs 97209 and 98219
2001-09-14 01:04:05 +00:00
sonmi%netscape.com 3572f7c67c took out some outdated 3.2 workarounds
put in debug info for sjsu
2001-09-13 01:03:07 +00:00
sonmi%netscape.com 2cec6eca76 removed obsolete workaround, not running pk12util tests because of 3.2 failures 2001-09-11 01:46:09 +00:00
sonmi%netscape.com 779835cfe5 added debug info on linux failure (bad password certutil -K) 2001-09-11 01:10:46 +00:00
sonmi%netscape.com df9b02d51c workaround for BAckward compatibility failures (newly added test had
not been accounted for)
changed number of expected tests
2001-09-11 00:59:50 +00:00
sonmi%netscape.com 8a5b30145d fixed 2 problems with local QA, right usage information and
absolute PATHS in NT understood as well now
2001-09-10 22:09:29 +00:00
sonmi%netscape.com 56b21b1416 fixed a problems related to bug 96758 (typo in variable name)
and added comment about weird behavior and weirder solution
2001-09-10 21:55:52 +00:00
sonmi%netscape.com 2035a28314 changed behavior so rsh is not necessary anymore 2001-09-10 21:30:26 +00:00
sonmi%netscape.com 56b8f12b41 trieing again, the same change as a week ago, setting TMPDIR and TEMP
to the HOSTDIR as well
2001-09-10 21:29:29 +00:00
sonmi%netscape.com edfbd2e9ce added perl to the HP path 2001-09-10 21:27:13 +00:00
sonmi%netscape.com 68b4411e9b took some machines out that are not in the commonly used environment now 2001-09-07 21:28:08 +00:00
sonmi%netscape.com db23f1fcde changes to eliminate the need for tortoise 2001-09-07 21:27:17 +00:00
sonmi%netscape.com 5360816137 changes reflecting the RE build area move 2001-09-07 21:25:16 +00:00
sonmi%netscape.com 51f129e649 added information about OS to the .nssqa file 2001-09-07 21:24:43 +00:00
sonmi%netscape.com 3666714d9e changed masterbuild etc. to reflect RE changes 2001-09-07 21:23:23 +00:00
sonmi%netscape.com b80bff99dd added comments, fixed HOSTNAME problem 2001-08-27 23:27:37 +00:00
sonmi%netscape.com 6c2cc77099 changed backward compatibility test directory 2001-08-27 23:11:05 +00:00
sonmi%netscape.com 57589cceed fixed typo 2001-08-24 01:11:58 +00:00
sonmi%netscape.com 1b3e2f29f3 added p/f for generating objsign cert bug 96743 2001-08-23 23:41:16 +00:00
sonmi%netscape.com d5deeb87b0 brought comments up to date 2001-08-23 18:46:44 +00:00
sonmi%netscape.com 6b7463a799 took hardcoded reference to clio out 2001-08-20 21:25:56 +00:00
sonmi%netscape.com 11078f31e3 changed handeling of $RSH - if already set keep value
RSH is needed to be set to the current installation of WinNT,
problems on multiboot machines if c:/winnt/system32/rsh is being used
when running the Win2K from d:
also problems with MKS and cygnus rsh
2001-08-20 20:50:17 +00:00
sonmi%netscape.com 019cd913e8 added OSF 5.1 2001-08-20 20:47:52 +00:00
sonmi%netscape.com 19ac4d41aa removed AIX 32 bit and HP 32 bit 2001-08-17 18:34:05 +00:00
mcgreer%netscape.com 6fef752aa5 make fips.sh use relative dirs like the other scripts, works better on windows 2001-08-15 15:38:33 +00:00
sonmi%netscape.com da7790842b added local (networkindependent) QA 2001-08-14 17:34:06 +00:00
sonmi%netscape.com faea98248b added /bin and /usr/bin to the PATH so a local perl will be used
since we have too many network problems right now
2001-08-14 17:24:26 +00:00
mcgreer%netscape.com 1beefc232f make delete key actually do delete key... 2001-08-14 15:11:52 +00:00
sonmi%netscape.com 972247cef4 disabeling the missing platformlist for solaris 2001-08-13 18:17:17 +00:00
sonmi%netscape.com 10981d86eb temporarily disabled QA for 32 bit Solaris builds until ANthony finds time to
implement the builds
2001-08-12 16:17:35 +00:00
sonmi%netscape.com 0876028890 added QA for Solaris 8 forte 6 NSS
fixed bug that Redhat 7.1 Llinux was still dependend on the 6.x build
changed the calling of mksymlinks (without options)
2001-08-09 21:09:08 +00:00
sonmi%netscape.com 0df74dcd45 fixed bug #94356 (script tries to kill unrelated rsh processes)
changed # of tests TOTAL_TESTS to account for the fips tests
2001-08-09 21:06:51 +00:00
sonmi%netscape.com 21ba42ba45 added removal of the pk12 lock file
added option -all to clean all commonly used QA machines to work
around a problem, that left lock files on all the machines
2001-08-09 20:55:24 +00:00
sonmi%netscape.com c1dc328465 changed setting of directories to seperate NSS specifics from
commonly used directories
2001-08-09 20:53:22 +00:00
mcgreer%netscape.com 38517f2ab0 add the new FIPS QA to the suite 2001-08-08 21:12:42 +00:00
mcgreer%netscape.com 7c7d7404b9 adding a script to do FIPS QA 2001-08-08 21:12:10 +00:00
sonmi%netscape.com 22d7c56ffe adapted for filesystem move (mccrel) 2001-07-30 17:05:55 +00:00
sonmi%netscape.com 248afc818d preparation for network independend and local QA 2001-07-27 23:06:46 +00:00
sonmi%netscape.com 2130944b0e fixed a problem that PC Solaris 9 x86 was reported as sparc solaris 9 2001-07-26 20:21:22 +00:00
sonmi%netscape.com 55ffc94cc9 added functionality for solaris 9 2001-07-25 21:08:06 +00:00
sonmi%netscape.com 29db9e67b3 added solaris 9 symlinks 2001-07-25 21:07:24 +00:00
sonmi%netscape.com c369cb8300 added PC Solaris 9 2001-07-25 18:33:28 +00:00
sonmi%netscape.com 8c8e49a636 added more errorindicators (segmentation fault, bus error, ..., bug 83418
a recent fix in the toolstest had produced a problem in the diff of the backwardcompatibility test
see bug 90244 - fixed
2001-07-24 20:36:48 +00:00
sonmi%netscape.com 2acffebc93 removed linux symlinks 2001-07-24 02:42:40 +00:00
sonmi%netscape.com c9cebbc6e4 oops... wrong filesystem - undid the changes 2001-07-16 20:47:03 +00:00
sonmi%netscape.com c9430fe3a9 changed the buildserver from blds-sca15a to redbuild 2001-07-16 20:14:00 +00:00
sonmi%netscape.com f7afa7855d we were missing one signtool test, by having -w twice instead of -v (list)
-w (signerinfo)
2001-07-10 23:45:56 +00:00
sonmi%netscape.com 21e086f4ad modu`iffied the LD_LIBRARY_PATH for iws-perf 2001-07-09 22:48:40 +00:00
sonmi%netscape.com 50a5817fc4 removed the check for lock files on the tinderbox QA 2001-07-09 17:56:12 +00:00
sonmi%netscape.com ee81438928 took out the reporting backwardcompatibility test that is not done anymore
changed the format of the tables
appended a diff at the end of the backwardcompatibility tests
2001-07-09 17:50:08 +00:00
sonmi%netscape.com c65b911734 took unnecessary backwardcompatibility test out 2001-07-09 17:48:34 +00:00
sonmi%netscape.com faaf9eb36f took out unnecessary version of the backwardcompatibility test 2001-07-09 17:47:49 +00:00
sonmi%netscape.com fef929a9a3 added option -s to strip unnecessary components out of the path carefull with
this option, unnecessary means just nut usefull for *my* purpose
2001-07-06 20:26:27 +00:00
sonmi%netscape.com f21dbe94be scripts to quickly set the paths to today's build and lib 2001-07-06 17:21:02 +00:00
sonmi%netscape.com 1d7ac722df fix for bug 87914 - can not run if PATH doesn't contain . 2001-07-05 19:58:59 +00:00
sonmi%netscape.com f3ad835a9b removing, should be a dead file 2001-07-03 00:57:45 +00:00
wtc%netscape.com f2143ac49e Bugzilla bug 86528: have tstclnt exit with 254 (= -2 mod 256) where it
was exiting with -2 before so that old test script that expects 254
continues to work.  r=larryh.
Modified Files: tstclnt.c sslauth.txt
2001-06-27 00:29:01 +00:00
wtc%netscape.com 7481a570da Bugzilla bug #86528: fixed tstclnt so that it always exits with a
nonnegative status.  This way we can correctly extract its exit status on
Windows, so the temporary workaround in ssl.sh can be removed.  Changed
sslauth.txt to match the new exit status of tstclnt.  r=larryh.
Modified files:
   cmd/tstclnt/tstclnt.c tests/ssl/ssl.sh tests/ssl/sslauth.txt
2001-06-25 19:53:16 +00:00
sonmi%netscape.com 63fa350f6d removed -v option, made client and server write at the same time 2001-06-13 17:42:29 +00:00
sonmi%netscape.com 796c4fc66e tool for checking the version strings on Unix. needs work. 2001-06-13 00:10:53 +00:00
sonmi%netscape.com 0cda219441 turned on verbose to see where (if) selfserver is dying 2001-06-12 23:29:53 +00:00
sonmi%netscape.com dbf1ccd7c7 fixed one more "where is MKS installed" problem 2001-06-12 01:26:13 +00:00
sonmi%netscape.com 78ad808db6 added binary compatibility tests for Solaris x86 2001-06-12 01:25:04 +00:00
sonmi%netscape.com de78cc575e removed RH 6.0, 6.1 and OSF1 4.0 2001-06-12 00:14:05 +00:00
sonmi%netscape.com dd1ac6611a took out the 64 bit HW accelerator tests (did not find libraries) 2001-06-11 21:25:43 +00:00
wtc%netscape.com a291197f66 Bugzilla bug #84918: checked in Linux/ia64 porting patch from
Bill Nottingham <notting@redhat.com>.
Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
2001-06-09 17:14:59 +00:00
sonmi%netscape.com 45fadfe4e8 fixed a few strings that were not under "" 2001-06-08 01:51:59 +00:00
sonmi%netscape.com 66ef051c1e added hw accelerator stuff, that should nor affect any machine except iWs-perf 2001-06-01 23:10:35 +00:00
sonmi%netscape.com 5784d7f84f changed handleing of URLs to make it run better on Windows 2001-06-01 00:36:03 +00:00
sonmi%netscape.com eff6311566 added directories to the searchpath for Solaris 86, made sure Sun Solaris
directories were not searched
2001-06-01 00:18:57 +00:00
sonmi%netscape.com 21f54d3261 added some HW accelerator related flags and variables
added Solaris i86 info
changed handeling of directories to have the NT version closer to the
Unix version
2001-06-01 00:15:49 +00:00
sonmi%netscape.com a19137f403 added Solaris x86 2001-06-01 00:13:08 +00:00
sonmi%netscape.com 1f5f7a732d changed to not require the OBJD builds on Windows anymore 2001-05-30 19:22:16 +00:00
sonmi%netscape.com 7647565c82 searching for nstools in different places now ($MOZ_TOOLS, z:/nstools,
c:/nstools, d:/nstools and d:/i386/nstools)
2001-05-25 01:46:08 +00:00
sonmi%netscape.com c20f32f11d took out backward compatibility testing for tinderbox 2001-05-25 01:44:37 +00:00
sonmi%netscape.com 8daad84eff hopefully fix for tindebox blue screen problem: Removed NT invalid character
from the path
2001-05-24 23:28:21 +00:00
sonmi%netscape.com 9ea87ecf8e changed previos fix so it will work for unix as well 2001-05-23 23:43:00 +00:00
sonmi%netscape.com e3e7f947d3 intermittant version to test NT tinderbox 2001-05-23 23:15:58 +00:00
sonmi%netscape.com c62da084e1 changed directorypaths to match the new build area of blds-sca15a instead of
hs-sca15c
2001-05-22 18:11:31 +00:00
sonmi%netscape.com 9df1cc850e fixed one more tinderbox NT problem 2001-05-17 23:09:28 +00:00
sonmi%netscape.com 5dbad752f8 changed tinderbox version so the files get written to a permanent directory
rather than the tinderbox area, and can later be inspected
2001-05-17 21:50:52 +00:00
sonmi%netscape.com 606dbf7f9c when pk12util -i fails added test for pk12util tmp/lock file
when this exists errormessage to the log
2001-05-16 00:56:27 +00:00
sonmi%netscape.com 227f854124 seperated the output of the client and the server to work around
a problem on dump
2001-05-16 00:08:05 +00:00
sonmi%netscape.com eec0d6bf02 added Redhat 7.1 2001-05-11 23:15:28 +00:00
sonmi%netscape.com 78b6284542 fixed several bugs on output format (date and time now displayed
correctly, hyperlinks on incomplete builds were missing before,
wrong machine name on missing builds removed)
2001-05-11 23:12:52 +00:00
sonmi%netscape.com af5da5056e export testlevel, so the scripts know when running backwardcompatibility
tests (need to run some tests differently, because of new options, or known
misbehavior)
2001-05-11 23:10:54 +00:00
sonmi%netscape.com 75609b3478 added symlinks for Redhat 7.2 Linux 2001-05-11 23:09:07 +00:00
sonmi%netscape.com 61008f3251 added a BC_RELEASE variable (=3.2) for backward compatibility test releases,
because when testing against 3.2 we need
to specifically disable  some tests, this will not be so when we are
testing against future releases (or in other places)
2001-05-11 23:08:16 +00:00
sonmi%netscape.com 4fcffdb12c yesterday's fix broke the backwardcompatibility tests because it used a new
option - put check for backwardcompatibility tests before
2001-05-11 23:05:32 +00:00
sonmi%netscape.com adc43e9eae added -q to the stressclient, so the test will terminate with an error if
the selfsrv process disappears
2001-05-11 00:02:06 +00:00
sonmi%netscape.com 85f9e22df6 fixed 2 bugs regarding failures reported in wrong tests 2001-05-10 22:49:13 +00:00
sonmi%netscape.com 7f938458d1 changed BCDIST again after NT failures because of unix style path 2001-04-24 21:48:01 +00:00
sonmi%netscape.com 4dc4b35854 made changes so script (-t) can be run on NT 2001-04-24 00:38:21 +00:00
sonmi%netscape.com eb90dd6ee2 made changes to the backward compatibility test master dir, so the
master dir does not need to come from the same nssver (for example tip, 32...)
now only a change in the variable BC_MASTER is needed to test against a
different build
2001-04-24 00:37:38 +00:00
sonmi%netscape.com e86fbbb9ac fixed problems with teh returncode of cert.sh 2001-04-20 21:35:04 +00:00
sonmi%netscape.com 0b64a39959 added -D to the selfserver 2001-04-20 20:50:24 +00:00
sonmi%netscape.com 4a957e9c47 changed the errorcode once more, now there is a system, the higher the
errorcode the more QA errors were encountered
No matter which errors are being found, QA will try to finish the other tests,
so we can't indicate the kind of failure with the returncode
0 means QA passed
open tinderbox issues: results are being put underneath the tinderbox build
this is easy to change by setting the varialbel $RESULTDIR
2001-04-20 01:52:42 +00:00
sonmi%netscape.com 3e17cbfdc3 changes to be able to run qa locally on a tinderbox build 2001-04-20 00:52:11 +00:00
sonmi%netscape.com 646c3e656c changed trustargs on import personal certificates for s/mime
from u,u,u (trusted user) to p,p,p (peer certificate)
2001-04-20 00:32:15 +00:00
sonmi%netscape.com 7251dc781b tinderbox platformlist - which platforems are required to run which tests 2001-04-18 00:28:22 +00:00
sonmi%netscape.com 0381455be0 started tinderbox addition, intermediate checkin 2001-04-17 00:00:58 +00:00
sonmi%netscape.com 62924332a5 added parameters for linux grep 2001-04-13 21:42:18 +00:00
sonmi%netscape.com aa2b2e9685 added more information to the QA report
ported to linux
added special "before contesxt" and "after context" parameters to grep when
running on linux
2001-04-13 21:41:16 +00:00
sonmi%netscape.com cc708addc2 fixed problem, now links are seperated where they should be 2001-04-11 20:48:04 +00:00
sonmi%netscape.com d15ffc5a89 fixed win2K bugs 2001-04-11 20:19:58 +00:00
sonmi%netscape.com 5394e43468 ported to linux, fixed Win2K missing problem - this version is broken and
needs to be replaced again
2001-04-11 20:09:53 +00:00
sonmi%netscape.com e4f742f9fd added variable RMAIL so qa_stat can use sendmail on linux 2001-04-11 20:07:04 +00:00
sonmi%netscape.com fd764aadc2 fixed rmail problem, several problems with running qa_stat on linux
took out the never working -l local option
2001-04-11 20:05:48 +00:00
sonmi%netscape.com 68de6c1aac added Win2K 2001-04-11 20:02:43 +00:00
sonmi%netscape.com 8d44b495a4 fixed an sed command toi get process ID of tail -f on NT 2001-04-10 22:34:19 +00:00
sonmi%netscape.com eeaea4c91d fixed a stresstest failures were not recognized by this script 2001-04-10 18:39:14 +00:00
sonmi%netscape.com 1024501661 updated 2001-04-04 23:28:57 +00:00
sonmi%netscape.com 53bf6dffde removed unneccessary variables 2001-04-04 00:31:59 +00:00
sonmi%netscape.com 768eccfd85 workaround, when running backward compatibility tests pk12util tests don't run 2001-04-04 00:29:27 +00:00
sonmi%netscape.com 4c0da07bc0 added functionallity for backward compatibility testing, improved messages 2001-04-04 00:28:12 +00:00
sonmi%netscape.com 262ccc1479 added backward compatibility tests 2001-04-04 00:23:18 +00:00
sonmi%netscape.com 8c075bc586 added functionallity for backward compatibility testing 2001-04-04 00:22:43 +00:00
sonmi%netscape.com 4fd12678a2 improved usage and parameters, reduced connections from 5 to 1 2001-04-02 17:32:48 +00:00
sonmi%netscape.com 309ff2e156 added RSH variable, since 4 out of 5 rsh on NT don't work as expected... 2001-03-28 00:04:37 +00:00
sonmi%netscape.com 308b720dd1 fixed a win2K MKS problem (PATH seperator) 2001-03-28 00:03:59 +00:00
sonmi%netscape.com 74c9db24b6 changes for the new distributed stress test
-) split generating of cert into 2 functions, so we can add any
      number of certs to an existing Database
   -) added function to generate n certs for the stress test (run
      from the server side)^M
2001-03-28 00:03:02 +00:00
sonmi%netscape.com af96184467 changes for the new distributed stress test
-) improved errormessages
   -) changes to get around the DNS/ipaddress problem
   -) changes necessary for the remote side of the distributed test
        running in the server's directory structure
        messages and errormessages
   -) changes for the server side of the dist. stress test
        set $RSH for windows
        set variables for the certdatabase of the dist stress test
2001-03-28 00:02:27 +00:00
sonmi%netscape.com 3e4ef196fb changes for the new distributed stress test
-) to get around the DNS/ipaddress problem
   -) be sourcable from ssl_dist_stress.sh (share a lot of functionality)
2001-03-28 00:01:43 +00:00
sonmi%netscape.com f9ebd65d76 distributed stress test
new script to run the server and the remote side of the test
   -) have cert.sh generate certs
   -) start a server
   -) launch strsclnts via rsh, each rsh with a range of certs to use
   -) wait 10 minutes
   -) shut down the server
2001-03-28 00:00:48 +00:00
sonmi%netscape.com 9a48fb2883 took out yesterday's change, since it did not work 2001-03-23 21:11:14 +00:00
sonmi%netscape.com 50d8957c5e put Ian's fix to the HP coredump back, call cmsutil without parameters prior
to any cmsutil action
2001-03-23 00:39:57 +00:00
sonmi%netscape.com 70103e5231 searching for "error" "failed" and "fatal" in the output logs 2001-03-21 21:29:48 +00:00
sonmi%netscape.com bed15077e8 fixed a typo in an echo 2001-03-03 01:59:29 +00:00
sonmi%netscape.com 76ed4ee73c fix for bug 69582, empty scripts due to a full /tmp cause programms to
bahave wrong - instead of generating temorary scripts the input comes directly
from this script, redirected via <<
2001-03-03 00:14:17 +00:00
sonmi%netscape.com 6b28b0ebd9 added fix fo bug 69588 - QA failure not recognized - now a certain #
of passes is reqiired, otherwise an incomplete line is generated
if more tests than expected a warning is issued in the text scetion
2001-03-02 23:37:21 +00:00
sonmi%netscape.com 8c56e52ac3 tools tests activated 2001-03-01 19:48:52 +00:00
sonmi%netscape.com 1effa6fb8f was still running ksh 2001-03-01 00:43:24 +00:00
sonmi%netscape.com e82d67c3ce restructuring of NSS QA 2001-03-01 00:40:38 +00:00
sonmi%netscape.com a5f4cb28ec restructuring of NSS QA 2001-02-28 23:35:21 +00:00
sonmi%netscape.com 1ae750085c complete restructuring and cleanup of the QA suites.
bug 65000 and 68878
2001-02-28 22:12:47 +00:00
sonmi%netscape.com 777a319b9d improvements, bugfixes, intermediate checkin before trying to make
everything run in . and relative paths to also work on cygnus
not yet activated
2001-02-23 02:23:05 +00:00
sonmi%netscape.com 398b270c48 new script to do the certificate portion of the nss QA 2001-02-21 23:56:14 +00:00
sonmi%netscape.com 2f51414a3f added a function to watch for hanging rsh processes, if an rsh does not
return for 60 seconds it will be killed
2001-02-21 01:53:00 +00:00
sonmi%netscape.com 4bab82b1f7 test choked on a ]# - replaced by ] # 2001-02-20 23:11:55 +00:00
sonmi%netscape.com 7182d1fa38 formatted to tabstop 8 2001-02-20 22:00:50 +00:00
sonmi%netscape.com e5449804e3 formated to tabstop 8 2001-02-20 21:55:47 +00:00
sonmi%netscape.com 967a27a3cc deleted comments, formated with tabstop 8 2001-02-20 21:53:52 +00:00
sonmi%netscape.com d56d55b69b formatted according to the nss tab 8 rules 2001-02-20 21:49:30 +00:00
mcgreer%netscape.com 47e7b4834f add a script for testing various nss commands. not run by default for now. 2001-02-09 22:06:16 +00:00
sonmi%netscape.com 7c1970ee45 Since we have frozen the tip I only checked in high priority fixes.
The individual fixes:
1) A complete QA failure produces a readable email now
2) the nssqa has goes thru a central Exit
3) hanging processes under NT and Win2K are killed (tail -f)
4) Functionallity is implemented to kill other remaining processes (killpif file)
5) improved general cleanup in Exit functions
6) the header is sourced from the nssqa dir rateher than /u/sonmi/bin
7) Problems with QA being reported as passed even if missing fixed
8) Most problems with the "missing Platform list" fixed
9) One QA failure path (cd to a dir without permission) did not give
	errormessage about the reason of failure before
10) fixed html errors in generated email
11) stopped filtering the "bad password" cases as real failures (was fixed in
	nssqa a while ago, but still filtered
12) removing more tmp files from /tmp (decreased debugging)
2001-01-23 01:51:47 +00:00