We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When configuring traceroute tests, selecting "traceroute(default)" results in JSON config output like:
WLCG CMS IPv4 Traceroute: { group: "WLCG CMS IPv4 Traceroute", test: "WLCG CMS IPv4 Traceroute", archives: [ ], _meta: { display-name: "WLCG CMS IPv4 Traceroute" }, schedule: "sched-2", tools: [ "bwctltraceroute", "traceroute" ] },
Can bwctltraceroute be removed?
The text was updated successfully, but these errors were encountered:
Don't add defunct BWCTL backward-compatibility plugins to tools. #211
c07d0de
Merge pull request #212 from perfsonar/issue-211
aa26b96
mfeit-internet2
No branches or pull requests
When configuring traceroute tests, selecting "traceroute(default)" results in JSON config output like:
WLCG CMS IPv4 Traceroute: {
group: "WLCG CMS IPv4 Traceroute",
test: "WLCG CMS IPv4 Traceroute",
archives: [ ],
_meta: {
display-name: "WLCG CMS IPv4 Traceroute"
},
schedule: "sched-2",
tools: [
"bwctltraceroute",
"traceroute"
]
},
Can bwctltraceroute be removed?
The text was updated successfully, but these errors were encountered: