Feature (contd.): Device Emulatiom - converted emulation tests to use the py.test framework
This commit is contained in:
parent
3a5396c865
commit
cad62c1fd7
@ -75,6 +75,7 @@ message Ip6Emulation {
|
||||
}
|
||||
|
||||
extend OstProto.DeviceGroup {
|
||||
// FIXME: add directly to DeviceGroup in protocol.proto
|
||||
optional EncapEmulation encap = 2000;
|
||||
|
||||
optional MacEmulation mac = 2001;
|
||||
|
@ -300,7 +300,8 @@ message DeviceGroupIdList {
|
||||
message DeviceGroup {
|
||||
required DeviceGroupId device_group_id = 1;
|
||||
optional DeviceGroupCore core = 2;
|
||||
optional uint32 device_count = 3 [default = 1];
|
||||
// FIXME: add Encap here
|
||||
optional uint32 device_count = 3 [default = 1]; // per-encap
|
||||
|
||||
extensions 2000 to 5999; // For use by Protocol Emulations
|
||||
}
|
||||
|
1017
test/emultest.py
1017
test/emultest.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user