From 382f4990fd2afcfef0fdfcaf6d3ac2a57effe7f1 Mon Sep 17 00:00:00 2001 From: Sachin Holla Date: Sat, 22 Feb 2025 04:43:54 +0000 Subject: [PATCH] Temporary debug dumps --- tools/openapi_tests/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/openapi_tests/Makefile b/tools/openapi_tests/Makefile index aa1d737eb..ba0ab2d8d 100644 --- a/tools/openapi_tests/Makefile +++ b/tools/openapi_tests/Makefile @@ -4,6 +4,12 @@ TOPDIR := ../.. PYANG_PLUGINS_DIR := $(TOPDIR)/tools/pyang/pyang_plugins PYANG ?= pyang +$(info ==========================) +$(info $(shell $(PYANG) -version)) +$(info $(shell python3 -V)) +$(info $(shell pip3 freeze | grep -i py)) +$(info ==========================) + all: test-rpc test-data-nodes test-complex-model test-complex-model-no-oneof # This will cover RPC statements with only input, only output and with