File tree Expand file tree Collapse file tree 4 files changed +507
-3
lines changed Expand file tree Collapse file tree 4 files changed +507
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,18 @@ def setUp(self):
33
33
self .wls_helper = WebLogicHelper (self ._logger )
34
34
35
35
def testModelValidation (self ):
36
-
37
- _model_file = self ._resources_dir + '/test_jms_mail.json'
38
36
_method_name = 'testModelValidation'
39
37
38
+ _model_file = self ._resources_dir + '/variablestest.yaml'
39
+ _variable_file = self ._resources_dir + '/variablestest.properties'
40
+ _archive_file = self ._resources_dir + '/variablestest.zip'
41
+
40
42
mw_home = os .environ ['MW_HOME' ]
41
43
args_map = {
42
44
'-oracle_home' : mw_home ,
43
- '-model_file' : _model_file
45
+ '-model_file' : _model_file ,
46
+ '-variable_file' : _variable_file ,
47
+ '-archive_file' : _archive_file
44
48
}
45
49
46
50
model_context = ModelContext ('ValidationTestCase' , args_map )
Original file line number Diff line number Diff line change
1
+ SecurityConfiguration.CredentialEncrypted =welcome1
2
+ SecurityConfiguration.NodeManagerUsername =weblogic
3
+ SecurityConfiguration.NodeManagerPasswordEncrypted =welcome1
4
+ JDBCSystemResource.MyPersistentStoreDS.JdbcResource.JDBCDriverParams.PasswordEncrypted =welcome1
5
+ JDBCSystemResource.MyPersistentStoreDS.JdbcResource.JDBCDriverParams.Properties.user.Value =weblogic
6
+ JDBCSystemResource.MyDataSource.JdbcResource.JDBCDriverParams.PasswordEncrypted =welcome1
7
+ JDBCSystemResource.MyDataSource.JdbcResource.JDBCDriverParams.Properties.user.Value =weblogic
8
+ MailSession.MyMailSession.SessionPasswordEncrypted =welcome1
9
+ MailSession.MyMailSession.SessionUsername =weblogic
10
+ MailSession.MailSession-0.SessionPasswordEncrypted =welcome1
11
+ MailSession.MailSession-0.SessionUsername =weblogic
12
+ JMSSystemResource.MyJmsModule.JmsResource.ForeignServer.MyForeignServer.JNDIPropertiesCredentialEncrypted =welcome1
13
+ JMSSystemResource.MyJmsModule.JmsResource.SAFRemoteContext.MyRemoteSAFcontext.SAFLoginContext.PasswordEncrypted =welcome1
14
+ JMSSystemResource.MyJmsModule.JmsResource.SAFRemoteContext.MyRemoteSAFcontext.SAFLoginContext.Username =weblogic
15
+ JMSBridgeDestination.JMS-Bridge-Remote-Destination.UserName =weblogic
16
+ JMSBridgeDestination.JMS-Bridge-Remote-Destination.UserPasswordEncrypted =welcome1
17
+ WLDFSystemResource.MyWldfModule.WLDFResource.WatchNotification.RestNotification.MyRestAction.HttpAuthenticationPasswordEncrypted =welcome1
18
+ WLDFSystemResource.MyWldfModule.WLDFResource.WatchNotification.RestNotification.MyRestAction.HttpAuthenticationUserName =weblogic
You can’t perform that action at this time.
0 commit comments