-
Notifications
You must be signed in to change notification settings - Fork 1
/
README-TEST
37 lines (29 loc) · 1.04 KB
/
README-TEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
========================================
= Infrastructure daemons =
========================================
The 3 commands below must be started in different terminals or in background.
Start httpsServer.js :
node tests/httpsServer.js
Start the pvdd daemon
src/obj/pvdd -v
Start the monitoring daemon in debug mode :
utils/pvd-monitor --verbose --debug --pvd pvd.cisco.com pvd.orange.com localhost
========================================
= One shot scripts =
========================================
Define a set of attributes for pvd.cisco.com :
cd tests
./pvdid-setattr.sh
./pvdid-setseq.sh pvd.cisco.com
Force the hflag to 1 :
tests/pvdid-sethflag.sh pvd.cisco.com
========================================
= Monitoring programs =
= They run for a long time and output =
= some traces, so better run them in =
= terminals rather than in background =
========================================
Start a simple client :
tests/pvdid-simple-client-2.sh
Start the libpvdid test program :
src/obj/libpvd-test