File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -809,6 +809,10 @@ function run_create_domain_job {
809
809
sed -i -e " s/^exposeAdminT3Channel:.*/exposeAdminT3Channel: true/" $inputs
810
810
811
811
# Customize more configuration
812
+ if [ " $DOMAIN_UID " == " domain5" ] && [ " $JENKINS " = " true" ] ; then
813
+ sed -i -e " s/^weblogicDomainStorageType:.*/weblogicDomainStorageType: NFS/" $inputs
814
+ sed -i -e " s/^#weblogicDomainStorageNFSServer:.*/weblogicDomainStorageNFSServer: $NODEPORT_HOST /" $inputs
815
+ fi
812
816
sed -i -e " s;^#weblogicDomainStoragePath:.*;weblogicDomainStoragePath: $PV_ROOT /acceptance_test_pv/$DOMAIN_STORAGE_DIR ;" $inputs
813
817
sed -i -e " s/^#domainUID:.*/domainUID: $DOMAIN_UID /" $inputs
814
818
sed -i -e " s/^clusterName:.*/clusterName: $WL_CLUSTER_NAME /" $inputs
@@ -2697,6 +2701,7 @@ function test_suite {
2697
2701
test_domain_lifecycle domain1 domain4
2698
2702
2699
2703
# create domain5 in the default namespace with startupControl="ADMIN", and verify that only admin server is created
2704
+ # on Jenkins, this domain will also test NFS instead of HOSTPATH PV storage (search for [ "$DOMAIN_UID" == "domain5" ])
2700
2705
test_create_domain_startup_control_admin domain5
2701
2706
2702
2707
# create domain6 in the default namespace with pvReclaimPolicy="Recycle", and verify that the PV is deleted once the domain and PVC are deleted
You can’t perform that action at this time.
0 commit comments