Skip to content

Commit

Permalink
Merge pull request #137 from zowe/fix/update-system-tests
Browse files Browse the repository at this point in the history
Update cli-test-utils and snapshots for system tests
  • Loading branch information
t1m0thyj authored Aug 7, 2024
2 parents fcfab37 + 2eabb2b commit ec83f9d
Show file tree
Hide file tree
Showing 25 changed files with 116 additions and 52 deletions.
17 changes: 10 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@zowe/cli-test-utils": "^7.13.0",
"@zowe/cli-test-utils": "^7.27.0",
"@zowe/imperative": "^5.26.1",
"@zowe/zowe-explorer-api": "^2.17.0",
"chalk": "^4.1.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,35 +1,30 @@
###############################################################################
# Example properties file for the SCS Credential Manager plug-in for Zowe CLI #
# Example properties file for the CICS plug-in for Zowe CLI #
# Copy this to custom_properties.yaml in the same directory #
# and modify to fill in your customized connection and test details #
#-----------------------------------------------------------------------------#
# Find and replace the following: #
# #
# my-user-name - This is your TSO user ID #
# my-user-name - This is your TSO user ID #
# my-password - This is your TSO password #
# zosmf-host - The host name for the LPAR with z/OSMF #
# zosmf-port - The z/OSMF port #
# my-cics-host - This is the hostname for the CICS CMCI server #
# my-cics-port - this is the port for the CICS CMCI server #
# my-csd-group - this is the CSD group to which new resources will be #
# defined #
# my-region-name - name of the CICS region #
###############################################################################

#-------------------------------------------------------------------------#
# Connection details/credentials for z/OSMF #
#-------------------------------------------------------------------------#
zosmf:
user: &user zosmf-user
password: &pass zosmf-password
host: &host zosmf-host
port: &port 443
rejectUnauthorized: &ru false
# see zowe profiles create cics --help for more info
cics:
user: *user
password: *pass
host: *host
port: 1443
rejectUnauthorized: *ru
user: my-user-name
password: my-password
host: my-cics-host
port: my-cics-port
protocol: https
rejectUnauthorized: false
cmci:
regionName: region-name
csdGroup: CSDGROUP
csdGroup: my-csd-group
regionName: my-region-name
urimap:
certificate: " "

# certificate can be left blank, like the line below
certificate:
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS add-to-list csdGroup command should be able to display the help 1`
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS define program command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ exports[`CICS define transaction command should be able to display the help 1`]
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ exports[`CICS define urimap-client command should be able to display the help 1`
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ exports[`CICS define urimap-pipeline command should be able to display the help
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ exports[`CICS define urimap-server command should be able to display the help 1`
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ exports[`CICS define web service command should be able to display the help 1`]
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS delete program command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS delete transaction command should be able to display the help 1`]
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ exports[`CICS delete urimap command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ exports[`CICS delete web service command should be able to display the help 1`]
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ exports[`CICS disable urimap command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ exports[`CICS discard program command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ exports[`CICS discard transaction command should be able to display the help 1`]
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ exports[`CICS discard urimap command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ exports[`CICS enable urimap command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ exports[`cics get resource should display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS install program command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS install transaction command should be able to display the help 1`]
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ exports[`CICS install urimap command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ exports[`CICS refresh program command should be able to display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ exports[`CICS remove-from-list csdGroup command should be able to display the he
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down

0 comments on commit ec83f9d

Please sign in to comment.