jdk/test/javax/net/ssl/README
author amlu
Thu, 18 Feb 2016 09:46:07 +0800
changeset 36003 6519aa869709
parent 23052 241885315119
permissions -rw-r--r--
8149922: Remove intermittent key from security tests 8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList Reviewed-by: xuelei
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
Use the test directory as you would for any other JDK regression test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
suite.  All bugs integrated into this workspace should have a
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
corresponding test case checked in.  Ideally, every putback done should
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
also include a run of the regression suite to make sure nothing was
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
broken.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
templates
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
=========
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
This directory stores any useful templates for JSSE regression tests.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
JSSEClientServerTemplate
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
	This template is to allow the quick set up of generic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
	client/server tests.  It forks off one thread to either be the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
	client or the server side (user-controlled), then runs the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
	tests in the main thread.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
	Modify the doClientSide and doServerSide as appropriate.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
etc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
===
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
This directory stores keystore/truststores needed by the JSSE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
regression suite.  By consolidating the main keystores here, any
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
expired certificates can be regenerated quickly.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
Expansions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
==========
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
Please feel free to add any useful information here.