Skip to content

Commit

Permalink
speed-ndt7: added measurement to default configuration
Browse files Browse the repository at this point in the history
The NDT7 test is made the model for speed test configuration (by the
alphabet and as it requires no additional paramters).

speed-ookla is intended to have the same configuration, with additional
parameters -- and so YAML anchor/alias is used.

Fate is upgraded to receive a bug-fix fully supporting this YAML
feature.

See #23
  • Loading branch information
jesteria committed Jun 12, 2023
1 parent b1bee2f commit 880d7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{include = "netrics", from = "src"}]

[tool.poetry.dependencies]
python = "^3.8"
fate-scheduler = "0.1.0-rc.13"
fate-scheduler = "0.1.0-rc.14"
netifaces = "^0.11.0"

[tool.poetry.dev-dependencies]
Expand Down
8 changes: 7 additions & 1 deletion src/netrics/conf/include/measurements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ping:
195.89.146.193: Stockholm
190.98.158.1: Sao_Paulo

speed-ookla:
speed-ndt7: &speed-conf
schedule:
#
# Hourly.
Expand Down Expand Up @@ -105,6 +105,12 @@ speed-ookla:
#
tenancy: 1

speed-ookla:
#
# See: speed-ndt7
#
<< : *speed-conf

param:
accept_license: true
timeout: 80

0 comments on commit 880d7ea

Please sign in to comment.