aboutsummaryrefslogtreecommitdiff
path: root/lib/dummy.c
AgeCommit message (Collapse)Author
2013-06-25Add VLAN splinters unit test.Ben Pfaff
CC: Ethan Jackson <ethan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-05-02Global replace of Nicira Networks.Raju Subramanian
Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-01-19dummy: Make --enable-dummy=override replace all dpifs, netdevs by dummies.Ben Pfaff
Plain "--enable-dummy" just creates new dummy dpif and netdev classes. This commit makes "--enable-dummy=override" go a step farther and actually delete and replace all the existing dpif and netdev classes by copies of the dummy class. This is useful for testing in an environment where changing the classes in Bridge or Interface records is challenging. Requested-by: Andrew Lambeth <wal@nicira.com> Tested-by: Andrew Lambeth <wal@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
2011-12-19netdev-dummy: Allow injecting traffic.Ben Pfaff
This paves the way to allow unit tests to test the whole switch on an end-to-end basis. Signed-off-by: Ben Pfaff <blp@nicira.com>
2010-11-29Add new "dummy" netdev and dpif implementations for use in unit tests.Ben Pfaff