From f77a8839d14549e4e77222e49ec4f2222ae5c6ff Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Wed, 17 Oct 2007 16:10:22 +0000
Subject: [PATCH] Updated the functional test ssl test cases to reflect a recent change in the code where use-ssl needs to be toggled between true and false when enabling and disabling ssl functionality.
---
opends/tests/functional-tests/shared/functions/security.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/security.xml b/opends/tests/functional-tests/shared/functions/security.xml
index 0485dc3..0e66bbe 100755
--- a/opends/tests/functional-tests/shared/functions/security.xml
+++ b/opends/tests/functional-tests/shared/functions/security.xml
@@ -580,7 +580,7 @@
else:
option3='--set key-manager-provider:"%s"' % (keystoreType)
option4='--set listen-port:%s' % DIRECTORY_INSTANCE_SSL_PORT
- option5='--set enabled:true'
+ option5='--set enabled:true --set use-ssl:true'
optionsString='%s %s %s %s %s' % (option1,option2,option3,option4,option5)
</script>
@@ -863,7 +863,7 @@
option2='--set trust-manager-provider:"Blind Trust"'
option3='--set key-manager-provider:"%s"' % (keystoreType)
option4='--set listen-port:%s' % DIRECTORY_INSTANCE_SSL_PORT
- option5='--set enabled:true'
+ option5='--set enabled:true --set use-ssl:true'
optionsString='%s %s %s %s %s' % (option1,option2,option3,option4,option5)
</script>
@@ -998,7 +998,7 @@
'subcommand' : 'set-connection-handler-prop' ,
'objectType' : 'handler-name' ,
'objectName' : 'LDAPS Connection Handler',
- 'optionsString' : '--set enabled:false',
+ 'optionsString' : '--set enabled:false --set use-ssl:false',
'expectedRC' : 0
}
</call>
@@ -1287,7 +1287,7 @@
'subcommand' : 'set-connection-handler-prop',
'objectType' : 'handler-name',
'objectName' : 'LDAPS Connection Handler',
- 'optionsString' : '--set enabled:false',
+ 'optionsString' : '--set enabled:false --set use-ssl:false',
'expectedRC' : 0
}
</call>
--
Gitblit v1.10.0