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

Updating *some* test specifications to use IPv6 only doesn't take #217

Open
ShawnMcKee opened this issue Aug 18, 2021 · 0 comments
Open

Comments

@ShawnMcKee
Copy link

We have some test specifications that require IPv6-only but checking the box in the PWA Test specification doesn't seem to be persistent. We can successfully update after checking the box, but coming back to the test specification shows "IPv4 only" selected?!

One specific example is from our PWA instance running on psconfig.opensciencegrid.org. The test is called "WLCG-OSG IPv6 IP6_FLOW_ID 6hr Bandwidth". When we check this test spec it shows the "IPv4 only" box is checked. We can instead select "IPv6 only" and update, which seems to work. If we go to another test spec and then come back it again shows "IPv4 only" is checked.

This test spec is used on the config "USATLAS IPv6 Bandwidth". If we examine the JSON sent for one of the nodes in that mesh, we see:

USATLAS IPv6 Bandwidth: {
type: "throughput",
spec: {
duration: "PT25S",
source: "{% address[0] %}",
dest: "{% address[1] %}",
flow-label: 65540,
omit: "PT5S",
ip-version: 6,
schema: 1
}
},

So, the ip-version IS correct, even though PWA continues to show "IPv4 only" being checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant