-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create Cluster Helper * moved methodes into helper * added methodes and variables to WebSphereClusterHelper.groovy * moved methodes to helper class * moved methodes to helper class * moved methodes to helper * added to helper methodes from ListClusterMembersSpecSuite * moved method getClusterBaseInfo to helper * added methedes from RemoveClusterMembersSpecSuite * moved code to helper * fix function * moved code to helper * added method doesClusterExist in helper * added methodes from CreateClusterSpecSuite * moved code from CreateClusterSpecSuite to helper * moved code to helper * moved code to helper * added procedures parameters * moved variable projectName
- Loading branch information
1 parent
0075a2e
commit f556acc
Showing
9 changed files
with
501 additions
and
2,001 deletions.
There are no files selected for viewing
300 changes: 11 additions & 289 deletions
300
specs/src/test/groovy/com/electriccloud/plugin/spec/CreateClusterMembersSpecSuite.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
288 changes: 13 additions & 275 deletions
288
specs/src/test/groovy/com/electriccloud/plugin/spec/CreateClusterSpecSuite.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
290 changes: 12 additions & 278 deletions
290
specs/src/test/groovy/com/electriccloud/plugin/spec/CreateFirstClusterMemberSpecSuite.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.