-
Notifications
You must be signed in to change notification settings - Fork 91
Wdt alias test branch #862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 55 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
3d00ab8
Add alias test foundation
CarolynRountree d885bec
alias test foundation
CarolynRountree fbe051a
Correct import statements
CarolynRountree fcba2f6
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree ef668f3
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree 98bfd89
between work commit
CarolynRountree f63bd54
midstream commit
CarolynRountree 5fed9ca
intermediate fixes
CarolynRountree 9441dc8
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree b4811db
Fix verify issues
CarolynRountree 7bb1f23
run verify without WLST
CarolynRountree 3911c3b
remove WLST references from verify
CarolynRountree 20d818c
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree 9296868
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree b8944de
Run verify without Weblogic home
CarolynRountree 0d53d7c
further script changes
CarolynRountree c7c7741
running under docker
CarolynRountree 4841908
Alias test in jenkinsfile
CarolynRountree e38f270
Alias test in jenkinsfile
CarolynRountree e73b739
Alias test in jenkinsfile
CarolynRountree 1dd8035
Alias test in jenkinsfile
CarolynRountree b444da9
Alias test in jenkinsfile
CarolynRountree 6da921a
Jenkinsfile change
CarolynRountree b20fff9
Jenkinsfile change
CarolynRountree 98319f3
aliastest jenkins changes
CarolynRountree 197340e
aliastest jenkins changes
CarolynRountree 5eed6bd
aliastest jenkins changes
CarolynRountree 72daf03
aliastest jenkins changes
CarolynRountree 92d75a3
aliastest jenkins changes
CarolynRountree 223b8f1
aliastest jenkins changes
CarolynRountree 3ab5955
aliastest jenkins changes
CarolynRountree 16b09d7
Change to Jenkinsfile for user
CarolynRountree 533d5ac
Change to Jenkinsfile for user
CarolynRountree a0e3de3
Change dockerfile
CarolynRountree 1dfe0a6
add more versions to jenkinsfile
CarolynRountree 1b31c92
add more versions to jenkinsfile
CarolynRountree 450e48e
work on archiving testfiles
CarolynRountree 2370bca
work on archiving testfiles
CarolynRountree 915fd0c
work on archiving testfiles
CarolynRountree be9b4e8
work on archiving testfiles
CarolynRountree 447b9f4
work on archiving testfiles
CarolynRountree d5a2b7a
work on archiving testfiles
CarolynRountree 0d9ef1f
work on archiving testfiles
CarolynRountree 2cefb48
work on archiving testfiles
CarolynRountree faf5941
add final versions
CarolynRountree 70a590d
archive generated files
CarolynRountree 450c23f
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree fbfeb0e
when on master trigger
CarolynRountree cd3395a
add generated files zip
CarolynRountree ce31f26
Merge branch 'master' into WDT-alias-test-branch
CarolynRountree b46ea64
remove archive of generated files
CarolynRountree 9f21851
Update pom.xml
CarolynRountree dee9570
Copy jenkinsfile from master to aliast test branch
CarolynRountree edcf5fd
Merge branch 'WDT-alias-test-branch' of github.com:oracle/weblogic-de…
CarolynRountree d4e6471
remove archive from resources
CarolynRountree e9a0d3e
rename systemtest entities
CarolynRountree b1af70d
Try different run trigger
CarolynRountree 05a6a8a
reset jenkinfile trigger
CarolynRountree File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. | ||
The Universal Permissive License (UPL), Version 1.0 | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>weblogic-deploy-alias-test</artifactId> | ||
|
||
<parent> | ||
<artifactId>weblogic-deploy</artifactId> | ||
<groupId>com.oracle.weblogic.lifecycle</groupId> | ||
<version>1.9.7-SNAPSHOT</version> | ||
</parent> | ||
|
||
<properties> | ||
<mw_home>${env.ORACLE_HOME}</mw_home> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-io</groupId> | ||
<artifactId>commons-io</artifactId> | ||
<version>2.6</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>test-compile</id> | ||
<phase>test-compile</phase> | ||
<goals> | ||
<goal>testCompile</goal> | ||
</goals> | ||
<configuration> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-resources-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>test-resources</id> | ||
<phase>process-test-resources</phase> | ||
<goals> | ||
<goal>testResources</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-failsafe-plugin</artifactId> | ||
<version>3.0.0-M3</version> | ||
<configuration> | ||
<encoding>UTF-8</encoding> | ||
<failIfNoTests>false</failIfNoTests> | ||
<argLine> | ||
-Xmx1024m -XX:MaxPermSize=256m | ||
</argLine> | ||
<systemProperties> | ||
<property> | ||
<name>wdtversion</name> | ||
<value>${project.version}</value> | ||
</property> | ||
<property> | ||
<name>MW_HOME</name> | ||
<value>${mw_home}</value> | ||
</property> | ||
</systemProperties> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<id>integration-tests</id> | ||
<goals> | ||
<goal>integration-test</goal> | ||
<goal>verify</goal> | ||
</goals> | ||
<phase>integration-test</phase> | ||
<configuration> | ||
<systemPropertyVariables> | ||
<java.util.logging.SimpleFormatter.format>%1$tm-%1$td-%1$tY %1$tH:%1$tM:%1$tS %4$-6s %2$s %5$s%6$s%n</java.util.logging.SimpleFormatter.format> | ||
</systemPropertyVariables> | ||
<trimStackTrace>false</trimStackTrace> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
Copyright (c) 2020, Oracle Corporation and/or its affiliates. | ||
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
Copyright (c) 2020, Oracle Corporation and/or its affiliates. | ||
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
Copyright (c) 2020, Oracle Corporation and/or its affiliates. | ||
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
""" |
18 changes: 18 additions & 0 deletions
18
alias-test/src/test/python/aliastest/generate/generate_security_configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ADJUDICATOR_STRING = 'Adjudicator' | ||
adjudicator_types = None | ||
AUDITOR_STRING = 'Auditor' | ||
auditor_types = None | ||
AUTHENTICATION_PROVIDER_STRING = 'AuthenticationProvider' | ||
authentication_provider_types = None | ||
AUTHORIZER_STRING = 'Authorizer' | ||
authorizer_types = None | ||
CERTPATH_PROVIDER_STRING = 'CertPathProvider' | ||
certpath_provider_types = None | ||
PASSWORD_VALIDATOR_STRING = 'PasswordValidator' | ||
password_validator_types = None | ||
ROLE_MAPPER_STRING = 'RoleMapper' | ||
role_mapper_types = None | ||
|
||
def populate_security_types(user, password, url): | ||
connect | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the comments that precede this when clause do not match the contents of the when-test. Which one is correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You caught this while I am still making the changes we discussed in meeting. This is temporary. Although for some reason its not working. My build skipped the alias test step on check in