Commit 8185e575 authored by Ubuntu's avatar Ubuntu
Browse files

updated tests

parent 2cbd06e4
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