forked from NSO-developer/external-id-allocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (16 loc) · 761 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a generated Python package, made by:
ncs-make-package --service-skeleton python-and-template \
--component-class main.Main external-id-allocation
It contains a dummy YANG model which implements a minimal Service
and an Action that doesn't really do anything useful. They are
there just to get you going.
You will also find two test cases in:
test/internal/lux/service/
test/internal/lux/action/
that you can run if you have the 'lux' testing tool.
Your top Makefile also need to implement some Make targets
as described in the Makefiles of the test cases.
You can also just read the corresponding run.lux tests and
do them manually if you wish.
The 'lux' test tool can be obtained from:
https://github.com/hawk/lux.git