Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Test Extreme Case for Routing Rule Update #265

Open
zzxgzgz opened this issue Sep 28, 2021 · 0 comments
Open

Test Extreme Case for Routing Rule Update #265

zzxgzgz opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@zzxgzgz
Copy link
Contributor

zzxgzgz commented Sep 28, 2021

Need to have a testcase where routing rule update is tested in extreme case, for example, many subnets with many routing rules in each subnnet.

Also, to test this, we need to implement the routing rule for

int ACA_OVS_L3_Programmer::create_or_update_router(RouterConfiguration &current_RouterConfiguration,
                                                   GoalStateV2 &parsed_struct,
                                                   ulong &dataplane_programming_time)

Currently we have only implemented in the GSV1 version of this function, which is:

int ACA_OVS_L3_Programmer::create_or_update_router(RouterConfiguration &current_RouterConfiguration,
                                                   GoalState &parsed_struct,
                                                   ulong &dataplane_programming_time)
@zzxgzgz zzxgzgz added the enhancement New feature or request label Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant