|
dfarrell07 which features are installed? odl-netivrt-openstack?
off the top of my head:
- curl -i -u "admin:admin" http://${ODL_IP}:8181/restconf/streams
- should return 200 and a small json response {"streams":{}}
- check netstat that certain ports are lit up
- 6633 (openflow) AND 6653 actually
- 6640 (ovsdb)
- 8181 (restconf) or whatever port the deploy tweaked it to
- curl to this guy: restconf/operational/network-topology:network-topology/topology/netvirt:1
- should get a 200 and this: {"topology":[
{"topology-id":"netvirt:1"}
]}
- we could find smart things to grep from karaf.log
- we could pull down the opnfv/cperf docker container and run some robot suites pretty easily. I have some work to do that in other places I could dig up and see if it "just works". We couldn't really do netvirt csit (it requires openstack too), but there are some basic things (e.g. aaa CSIT) that might work pretty nicely
that's probably a good starting point and would be a nice feather in our (YOUR) hat.
|