Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tools/openapi_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading