Skip to content

Commit 0258900

Browse files
- Two new local tests added.
1 parent 1d93d51 commit 0258900

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7573,3 +7573,45 @@ Contains Check AWS Materialized View and Cast and Multiple Function Query on Res
75737573
... DDL Execution Completed
75747574
... stdout=${CURDIR}/tmp/Contains-Check-AWS-Materialized-View-And-Cast-and-Multiple-Function-Query-on-Resource-Costs-Exemplifies-Cast-and-Multiple-Functions-on-Materialized-Views.tmp
75757575
... stderr=${CURDIR}/tmp/Contains-Check-AWS-Materialized-View-And-Cast-and-Multiple-Function-Query-on-Resource-Costs-Exemplifies-Cast-and-Multiple-Functions-on-Materialized-Views-stderr.tmp
7576+
7577+
7578+
Local Execution Openssl RSA Show Methods
7579+
${inputStr} = Catenate
7580+
... show methods in local_openssl.keys.rsa;
7581+
${outputStr} = Catenate SEPARATOR=\n
7582+
... |-----------------|--------------------------------|---------|
7583+
... |${SPACE}${SPACE}${SPACE}MethodName${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}RequiredParams${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}SQLVerb${SPACE}|
7584+
... |-----------------|--------------------------------|---------|
7585+
... |${SPACE}create_key_pair${SPACE}|${SPACE}cert_out_file,${SPACE}config_file,${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}INSERT${SPACE}${SPACE}|
7586+
... |${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}key_out_file${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|
7587+
... |-----------------|--------------------------------|---------|
7588+
Should Stackql Exec Inline Equal Both Streams
7589+
... ${STACKQL_EXE}
7590+
... ${OKTA_SECRET_STR}
7591+
... ${GITHUB_SECRET_STR}
7592+
... ${K8S_SECRET_STR}
7593+
... ${REGISTRY_NO_VERIFY_CFG_STR}
7594+
... ${AUTH_CFG_STR}
7595+
... ${SQL_BACKEND_CFG_STR_CANONICAL}
7596+
... ${inputStr}
7597+
... ${outputStr}
7598+
... ${EMPTY}
7599+
... stdout=${CURDIR}/tmp/Local-Execution-Openssl-RSA-Show-Methods.tmp
7600+
... stderr=${CURDIR}/tmp/Local-Execution-Openssl-RSA-Show-Methods-stderr.tmp
7601+
7602+
Local Execution Openssl Create RSA Key Pair
7603+
${inputStr} = Catenate
7604+
... insert into local_openssl.keys.rsa(config_file, key_out_file, cert_out_file, days) select 'test/server/mtls/openssl.cnf', 'test/tmp/manual_key.pem', 'test/tmp/manuial_cert.pem', 90;
7605+
Should Stackql Exec Inline Contain Both Streams
7606+
... ${STACKQL_EXE}
7607+
... ${OKTA_SECRET_STR}
7608+
... ${GITHUB_SECRET_STR}
7609+
... ${K8S_SECRET_STR}
7610+
... ${REGISTRY_NO_VERIFY_CFG_STR}
7611+
... ${AUTH_CFG_STR}
7612+
... ${SQL_BACKEND_CFG_STR_CANONICAL}
7613+
... ${inputStr}
7614+
... ${EMPTY}
7615+
... OK
7616+
... stdout=${CURDIR}/tmp/Local-Execution-Openssl-Create-RSA-Key-Pair.tmp
7617+
... stderr=${CURDIR}/tmp/Local-Execution-Openssl-Create-RSA-Key-Pair-stderr.tmp

0 commit comments

Comments
 (0)