We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65ce7c commit 1e66a4bCopy full SHA for 1e66a4b
tools/openapi_tests/Makefile
@@ -4,6 +4,12 @@ TOPDIR := ../..
4
PYANG_PLUGINS_DIR := $(TOPDIR)/tools/pyang/pyang_plugins
5
PYANG ?= pyang
6
7
+$(info **************************)
8
+$(info $(shell $(PYANG) -version))
9
+$(info $(shell python3 -V))
10
+$(info $(shell pip3 freeze))
11
12
+
13
all: test-rpc test-data-nodes test-complex-model test-complex-model-no-oneof
14
15
# This will cover RPC statements with only input, only output and with
0 commit comments