Skip to content

Commit 707dc86

Browse files
authored
Add OPSSInitialization to ignored alias folders (#1435)
1 parent 15b9d9b commit 707dc86

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/alias-test/verify/src/test/python/aliastest/verify

1 file changed

+1
-1
lines changed

integration-tests/alias-test/verify/src/test/python/aliastest/verify/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
CLASS_NAME = 'verify/utils'
2525

2626
OFFLINE_ALIAS_FOLDER_IGNORE_MAP = {
27-
'/': ['ODLConfiguration', 'OHS', 'RCUDbInfo', 'Security', 'UnixMachine', 'WLSRoles',
27+
'/': ['ODLConfiguration', 'OHS', 'OPSSInitialization', 'RCUDbInfo', 'Security', 'UnixMachine', 'WLSRoles',
2828
'WLSUserPasswordCredentialMappings'],
2929
'/ResourceGroupTemplate': ['OHS', 'SystemComponent']
3030
}

0 commit comments

Comments
 (0)