Commit 4c7e9337 authored by piscione's avatar piscione
Browse files

Merge branch 'TTF_T043_NXW' of...

Merge branch 'TTF_T043_NXW' of https://forge.etsi.org/rep/mec/gs032p3-robot-test-suite into TTF_T043_NXW
parents f1416a4e 8185e575
Loading
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+4 −0
Original line number Diff line number Diff line
log.html
output.xml
report.html
k3s_build_and_import.sh
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
*** Variables ***
${MEC-APP_SCHEMA}                   http
${MEC-APP_HOST}                     127.0.0.1
${MEC-APP_PORT}                     8085
${MEC-APP_HOST}                     %{MEC_APP_HOST=127.0.0.1}
${MEC-APP_PORT}                     %{MEC_APP_PORT=8085}
${apiRoot}      
${apiName}      rni
${apiVersion}    v2
+4.95 KiB

File added.

No diff preview for this file type.

+5.66 KiB

File added.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
*** Variables ***
# Generic variables
${SCHEMA}                   http
${HOST}                     127.0.0.1
${PORT}                     8081
${HOST}                     %{MEC_APP_HOST=127.0.0.1}
${PORT}                     %{MEC_APP_PORT=8081}
${response}                         {}
${TOKEN}                            Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot}        
Loading