- 05 Feb, 2015 1 commit
-
-
Previously, when checking the winning BGP routes, we expect-and-wait until the size of the table with the winning routes has certain size, and then we verify whether it contains a particular value. This is error-prone and time-sensitive. For example, if we are testing whether a particular route from one BGP peer is replaced with the same route from another BGP peer, the test might fail because the table size doesn't change. Modified the unit test to expect-and-wait until the expected route is received. Also, fixed some of the paragraph tags in some of the Javadocs. Change-Id: Ia96dc7c412e78bbc9279dd935dec6919096adeb3
Pavlin Radoslavov authored
-
- 04 Feb, 2015 17 commits
-
-
- It seems to have Java 8 related fixes: http://www.eclemma.org/jacoco/trunk/doc/changes.html Change-Id: I5093ff1337fb074b4a6865c14887cb98c370ff1e
Yuta HIGUCHI authored -
Fix for following error: [ERROR] Project requires an incorrect minimum version of Maven. [ERROR] Either change plugin versions to those compatible with 3.0.0 [ERROR] or update the pom.xml to contain [ERROR] <prerequisites> [ERROR] <maven>3.0.1</maven> [ERROR] </prerequisites> Change-Id: I0ba1530a97ab37ccfa1655e74ebbc11ebcf2a18f
Yuta HIGUCHI authored -
Modified OpenFlpwRuleProvider to support FlowRule with multiple-table feature. Change-Id: If95284077b96213593c5c1e3ab12900001bf49a2
sangho authored -
- still a lot of work to do. Change-Id: I0453b7e2ec20a8a8149fd9d6440a13a3d43fbfd6
Simon Hunt authored -
for clarity. Also switched to using Pair instead of my own Entry class for returning entrySet(). Change-Id: I78d84f9fe931257d4ffe1d48c9d0de25f18c638f
Jonathan Hart authored -
Most functionality is tested here, except for the anti-entropy code. ONOS-859. Change-Id: Ib9e83518f8a91d599364106bc0f7d869e62f5133
Jonathan Hart authored -
- Changed color of check and xmark icons for dark and light themes. - Only appends glyphs that don't have a "-" as the name. - Wrote unit tests for new icons. Change-Id: Ia21fa33673e3adcfd8717f899d226b0d24dfcc51
Bri Prebilic Cole authored -
Change-Id: I1125fbc23f1e58bcb8aaf5f67c02da610fa7ef25 ONOS-885: Group store interface definition and in-memory store implementation Change-Id: Id3794bed63785e10ed86c0b5d90bf875d127224c
Srikanth Vavilapalli authored
-
- 03 Feb, 2015 14 commits
-
-
- Added configuration parameters for order of instances. - got rid of 'flicker' flag since it's redundant. Reference: ONOS-890 Change-Id: I0217e17f2a55d85e0a1fc8f2b3ea8cb54cb87517
Ayaka Koshibe authored -
…s to account for new glyphs. Change-Id: I609f45ad434b8a3f92ce605ba1a9056f9584b11f
Bri Prebilic Cole authored -
Work toward ONOS-509 The following match conditions are added/implemented: - UDP_SRC, UDP_DST - SCTP_SRC, SCTP_DST - ICMPV4_TYPE, ICMPV4_CODE - IPV6_FLABEL - IPV6_ND_TARGET - IPV6_ND_SLL - IPV6_ND_TLL Also: * Renamed method TrafficSelector.Builder.matchInport(PortNumber port) to TrafficSelector.Builder.matchInPort(PortNumber port) (for consistency with the corresponding method(s) elsewhere) * Reordered the code for some of the existing matching conditions to follow the order in the OpenFlow spec, so it is easier to cross-reference such code. * Added missing Javadoc * Added few more Criterion.Type values as per OpenFlow spec 1.5.0 Change-Id: I7fc1656f32d8a7280c67d7827e4aa84528b0eafc
Pavlin Radoslavov authored -
… the window (as well as having a fixed header row with scrolling body). Change-Id: I230a9577f9a83ab9342414054e64afa181f4f1e9
Bri Prebilic Cole authored
-
- 02 Feb, 2015 7 commits
- 01 Feb, 2015 1 commit