Feature (contd.): Device Emulatiom - converted emulation tests to use the py.test framework

This commit is contained in:
Srivats P 2015-11-29 12:52:08 +05:30
parent 3a5396c865
commit cad62c1fd7
3 changed files with 533 additions and 488 deletions

View File

@ -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;

View File

@ -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
}

File diff suppressed because it is too large Load Diff