From 06971189710730cb8248fe428c984fece31cab1d Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:02:03 -0400 Subject: [PATCH] fix(sztp): typo Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- sztp/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sztp/generate.sh b/sztp/generate.sh index e6ae81e..41fc800 100755 --- a/sztp/generate.sh +++ b/sztp/generate.sh @@ -50,6 +50,6 @@ echo "Now CONFIG server:" echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H 'Accept:application/yang-data+json' "http://127.0.0.1:${SZTPD_INIT_PORT}/restconf/ds/ietf-datastores:running" echo curl --fail -i -X PUT --user my-admin@example.com:my-secret --data @./generated_config.json -H 'Content-Type:application/yang-data+json' "http://127.0.0.1:${SZTPD_INIT_PORT}/restconf/ds/ietf-datastores:running" echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H 'Accept:application/yang-data+json' "http://127.0.0.1:${SZTPD_NBI_PORT}/restconf/ds/ietf-datastores:running" -echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H "Accept:application/yang-data+json" "http://127.0.0.1:${SZTPD_NBI_PORT}/restconf/ds/ietf-datastores:operational/wn-sztpd-1:devices/device=my-serial-number/bootstrapping-log" +echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H "Accept:application/yang-data+json" "http://127.0.0.1:${SZTPD_NBI_PORT}/restconf/ds/ietf-datastores:operational/wn-sztpd-1:devices/device=nvidia-serial-number/bootstrapping-log" echo curl --fail -H Accept:application/yang-data+json "http://127.0.0.1:${SZTPD_NBI_PORT}/.well-known/host-meta" echo ==================================