aboutsummaryrefslogtreecommitdiffstats
path: root/tests/aaf/certservice/resources/cert-service-properties.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aaf/certservice/resources/cert-service-properties.robot')
-rw-r--r--tests/aaf/certservice/resources/cert-service-properties.robot9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/aaf/certservice/resources/cert-service-properties.robot b/tests/aaf/certservice/resources/cert-service-properties.robot
new file mode 100644
index 00000000..e911133d
--- /dev/null
+++ b/tests/aaf/certservice/resources/cert-service-properties.robot
@@ -0,0 +1,9 @@
+*** Variables ***
+
+${AAFCERT_URL} http://%{AAFCERT_IP}:8080
+${CAName} test
+${CERT_PATH} /v1/certificate/${CAName}
+${VALID_CSR_FILE} %{WORKSPACE}/tests/aaf/certservice/assets/valid.csr
+${VALID_PK_FILE} %{WORKSPACE}/tests/aaf/certservice/assets/valid.key
+${INVALID_CSR_FILE} %{WORKSPACE}/tests/aaf/certservice/assets/invalid.csr
+${INVALID_PK_FILE} %{WORKSPACE}/tests/aaf/certservice/assets/invalid.key