Add UTs for routing policy protocol and prefix match

Bug #1708082 reported by Nischal Sheth
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.2
Fix Committed
Wishlist
Nischal Sheth
R4.0
Fix Committed
Wishlist
Nischal Sheth
R4.1
Fix Committed
Wishlist
Nischal Sheth
Trunk
Fix Committed
Wishlist
Nischal Sheth

Bug Description

Add UTs for routing policy protocol and prefix match.

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/34234
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/34234
Committed: http://github.com/Juniper/contrail-controller/commit/6aa297e486fcdc20327d7f7813c557600d61c571
Submitter: Zuul (<email address hidden>)
Branch: master

commit 6aa297e486fcdc20327d7f7813c557600d61c571
Author: Nischal Sheth <email address hidden>
Date: Sun Jul 30 17:37:01 2017 -0700

Add unit tests for protocol match in routing policy

Change-Id: I7627d988920a03bcd037c1f443876a2433e33496
Partial-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/34275
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/34275
Committed: http://github.com/Juniper/contrail-controller/commit/28c6fe80650631f42041c54c86056b7a4f06d03f
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 28c6fe80650631f42041c54c86056b7a4f06d03f
Author: Nischal Sheth <email address hidden>
Date: Sun Jul 30 17:37:01 2017 -0700

Add unit tests for protocol match in routing policy

Change-Id: I7627d988920a03bcd037c1f443876a2433e33496
Partial-Bug: 1708082
(cherry picked from commit 6aa297e486fcdc20327d7f7813c557600d61c571)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/34314
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/34314
Committed: http://github.com/Juniper/contrail-controller/commit/79859bd20680a9ae45249edd4012a99db116ffdc
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 79859bd20680a9ae45249edd4012a99db116ffdc
Author: Nischal Sheth <email address hidden>
Date: Sun Jul 30 17:37:01 2017 -0700

Add unit tests for protocol match in routing policy

Change-Id: I7627d988920a03bcd037c1f443876a2433e33496
Partial-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38181
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38182
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/38183
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/38188
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38181
Committed: http://github.com/Juniper/contrail-controller/commit/dcddb4d96af8e78382381c2200873a3c57f77416
Submitter: Zuul (<email address hidden>)
Branch: master

commit dcddb4d96af8e78382381c2200873a3c57f77416
Author: Nischal Sheth <email address hidden>
Date: Tue Dec 5 10:58:24 2017 -0800

Add unit tests for prefix match in routing policy

Following changes are implemented:

- Add a constructor for PrefixMatchConfig
- Sanitize names for class template specializations and typedefs
- Make MatchPrefix<T>::PrefixMatch class instead of a typedef
- Sort and uniquify the vector of PrefixMatch in MatchPrefix<T>
- Add TYPES_TESTs for MatchPrefix<T>

Change-Id: I0cbb1f657ea923e5bd6e092ae37cb70f1fba2a9c
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/38188
Committed: http://github.com/Juniper/contrail-controller/commit/1e20d614457f640fb8f4017b5f994b888a179dba
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 1e20d614457f640fb8f4017b5f994b888a179dba
Author: Nischal Sheth <email address hidden>
Date: Tue Dec 5 10:58:24 2017 -0800

Add unit tests for prefix match in routing policy

Following changes are implemented:

- Add a constructor for PrefixMatchConfig
- Sanitize names for class template specializations and typedefs
- Make MatchPrefix<T>::PrefixMatch class instead of a typedef
- Sort and uniquify the vector of PrefixMatch in MatchPrefix<T>
- Add TYPES_TESTs for MatchPrefix<T>

Change-Id: I0cbb1f657ea923e5bd6e092ae37cb70f1fba2a9c
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/38182
Committed: http://github.com/Juniper/contrail-controller/commit/973820c9a709ea1623a7be8911970543f5c73d3f
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 973820c9a709ea1623a7be8911970543f5c73d3f
Author: Nischal Sheth <email address hidden>
Date: Tue Dec 5 10:58:24 2017 -0800

Add unit tests for prefix match in routing policy

Following changes are implemented:

- Add a constructor for PrefixMatchConfig
- Sanitize names for class template specializations and typedefs
- Make MatchPrefix<T>::PrefixMatch class instead of a typedef
- Sort and uniquify the vector of PrefixMatch in MatchPrefix<T>
- Add TYPES_TESTs for MatchPrefix<T>

Change-Id: I0cbb1f657ea923e5bd6e092ae37cb70f1fba2a9c
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/38183
Committed: http://github.com/Juniper/contrail-controller/commit/28f617b0498ab5f2884c406ec0c9efa069991215
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 28f617b0498ab5f2884c406ec0c9efa069991215
Author: Nischal Sheth <email address hidden>
Date: Tue Dec 5 10:58:24 2017 -0800

Add unit tests for prefix match in routing policy

Following changes are implemented:

- Add a constructor for PrefixMatchConfig
- Sanitize names for class template specializations and typedefs
- Make MatchPrefix<T>::PrefixMatch class instead of a typedef
- Sort and uniquify the vector of PrefixMatch in MatchPrefix<T>
- Add TYPES_TESTs for MatchPrefix<T>

Change-Id: I0cbb1f657ea923e5bd6e092ae37cb70f1fba2a9c
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/38720
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/38721
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/38722
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38722
Committed: http://github.com/Juniper/contrail-controller/commit/78037a54dce5350cd4f1300859e558b64e48e230
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 78037a54dce5350cd4f1300859e558b64e48e230
Author: Nischal Sheth <email address hidden>
Date: Sun Jan 7 17:28:48 2018 -0800

Add routing_policy_match_test to controller/src/bgp:test target

Change-Id: I170e8f152c777b44e2b27ae0513ed1993fcf586a
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/38720
Committed: http://github.com/Juniper/contrail-controller/commit/f1d20f4dc61ecffa3c8e86b686913888396e0beb
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit f1d20f4dc61ecffa3c8e86b686913888396e0beb
Author: Nischal Sheth <email address hidden>
Date: Sun Jan 7 17:28:48 2018 -0800

Add routing_policy_match_test to controller/src/bgp:test target

Change-Id: I170e8f152c777b44e2b27ae0513ed1993fcf586a
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/38787
Submitter: Nischal Sheth (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38721
Committed: http://github.com/Juniper/contrail-controller/commit/8abfcff2553cec5764a9af484eb5b6f38c341480
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 8abfcff2553cec5764a9af484eb5b6f38c341480
Author: Nischal Sheth <email address hidden>
Date: Sun Jan 7 17:28:48 2018 -0800

Add routing_policy_match_test to controller/src/bgp:test target

Change-Id: I170e8f152c777b44e2b27ae0513ed1993fcf586a
Closes-Bug: 1708082

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/38787
Committed: http://github.com/Juniper/contrail-controller/commit/52d5036c3836f5829dc8a08dda7d151327828fbb
Submitter: Zuul (<email address hidden>)
Branch: master

commit 52d5036c3836f5829dc8a08dda7d151327828fbb
Author: Nischal Sheth <email address hidden>
Date: Sun Jan 7 17:28:48 2018 -0800

Add routing_policy_match_test to controller/src/bgp:test target

Change-Id: If3cfcb5ea2a69ced4a8fb969fdab9dea67778ecc
Closes-Bug: 1708082

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.