Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
Signed-off-by: peusterm <[email protected]>
  • Loading branch information
peusterm committed Mar 5, 2019
1 parent 70fbe88 commit 259a2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions models/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ validate:
# finally validate
pyang ietf-ped.yang --ietf

bind:
build:
# generate / compile python model
pyang --plugindir $(PYBINDPLUGIN) -f pybind -o ietf_ped_model.py ietf-ped.yang

test:
# test the example ped files against the model
pytest -v

all: validate bind test
all: validate build test

clean:
rm doc/*
2 changes: 1 addition & 1 deletion models/doc/ietf-ped.uml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ ietf_ped_I_ped : description : string
}

center footer
<size:20> UML Generated : 2019-03-05 14:49 </size>
<size:20> UML Generated : 2019-03-05 14:57 </size>
endfooter
@enduml

0 comments on commit 259a2dc

Please sign in to comment.