Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tsotne Gozalishvili
psconfig
Commits
4307fbe2
Commit
4307fbe2
authored
Mar 23, 2021
by
Jovana Vuleta
Browse files
Reverted tasks traceroute-dns-http, throughput and loss and their tests.
parent
fd4403e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
pscfg-cnaas-lnns.json
View file @
4307fbe2
...
...
@@ -253,6 +253,39 @@
}
},
"tasks"
:
{
"loss"
:
{
"_meta"
:
{
"display-name"
:
"One Way Delay and Loss"
},
"group"
:
"grp_latency_throughput"
,
"test"
:
"tst_owd_4"
},
"throughput"
:
{
"_meta"
:
{
"display-name"
:
"Throughput"
},
"group"
:
"grp_latency_throughput"
,
"schedule"
:
"schedule_long"
,
"test"
:
"tst_bw_4"
,
"tools"
:
[
"iperf3"
]
},
"traceroute"
:
{
"_meta"
:
{
"display-name"
:
"Traceroute"
},
"group"
:
"grp_latency_throughput"
,
"schedule"
:
"schedule_short"
,
"test"
:
"tst_trace_4"
},
"traceroute-dns-http"
:
{
"_meta"
:
{
"display-name"
:
"Traceroute to DNS/HTTP hosts"
},
"tools"
:
[
"tracepath"
],
"group"
:
"grp_dns_http"
,
"schedule"
:
"schedule_short"
,
"test"
:
"tst_trace_4"
},
"dns"
:
{
"_meta"
:
{
"display-name"
:
"DNS resolution"
...
...
@@ -268,37 +301,60 @@
"group"
:
"grp_dns_http"
,
"schedule"
:
"schedule_medium"
,
"test"
:
"tst_http"
},
"traceroute"
:
{
"_meta"
:
{
"display-name"
:
"Traceroute"
},
"group"
:
"grp_latency_throughput"
,
"schedule"
:
"schedule_short"
,
"test"
:
"tst_trace_4"
}
},
"tests"
:
{
"tst_
dns
"
:
{
"type"
:
"
dns
"
,
"tst_
owd_4
"
:
{
"type"
:
"
latencybg
"
,
"spec"
:
{
"record"
:
"a"
,
"query"
:
"{% address[1] %}"
"bucket-width"
:
0.0001
,
"dest"
:
"{% address[1] %}"
,
"dest-node"
:
"{% pscheduler_address[1] %}"
,
"flip"
:
"{% flip %}"
,
"ip-version"
:
4
,
"packet-count"
:
600
,
"packet-interval"
:
0.1
,
"packet-padding"
:
0
,
"source"
:
"{% address[0] %}"
,
"source-node"
:
"{% pscheduler_address[0] %}"
}
},
"tst_
http
"
:
{
"type"
:
"
http
"
,
"tst_
bw_4
"
:
{
"type"
:
"
throughput
"
,
"spec"
:
{
"url"
:
"{% address[1] %}"
"dest"
:
"{% address[1] %}"
,
"dest-node"
:
"{% pscheduler_address[1] %}"
,
"duration"
:
"PT20S"
,
"ip-version"
:
4
,
"omit"
:
"PT10S"
,
"source"
:
"{% address[0] %}"
,
"source-node"
:
"{% pscheduler_address[0] %}"
}
},
"tst_trace_4"
:
{
"type"
:
"trace"
,
"spec"
:
{
"dest"
:
"{% address[1] %}"
,
"hops"
:
64
,
"ip-version"
:
4
,
"length"
:
40
,
"probe-type"
:
"udp"
,
"source"
:
"{% address[0] %}"
,
"source-node"
:
"{% pscheduler_address[0] %}"
}
},
"tst_dns"
:
{
"type"
:
"dns"
,
"spec"
:
{
"record"
:
"a"
,
"query"
:
"{% address[1] %}"
}
},
"tst_http"
:
{
"type"
:
"http"
,
"spec"
:
{
"url"
:
"{% address[1] %}"
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment