Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add forward-only support for disjoint groups #94

Open
mfeit-internet2 opened this issue Nov 15, 2021 · 0 comments
Open

Add forward-only support for disjoint groups #94

mfeit-internet2 opened this issue Nov 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mfeit-internet2
Copy link
Member

Add a switch to prevent disjoint groups from generating reverse pairs. (I.e., [A, B] and [D, E] would make pairs for A-D, A-E, B-D and B-E but not D-A, D-B, E-A and E-B.)

The use case for this came up on SCinet, where I was having each test point test to its gateway and the gateways of all other test points:

Screen Shot 2021-11-15 at 12 52 46 PM

I'd tried doing something clever with putting gateway information in _meta and generating tests based on that, but it looks like they were weeded out as duplicates.

@mfeit-internet2 mfeit-internet2 added the enhancement New feature or request label Nov 15, 2021
@github-project-automation github-project-automation bot moved this to Ready in perfSONAR May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant