aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-09 13:59:20 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-09 15:04:00 +0300
commit52a5c112f1e99b6f8e47b3be97445562b08147c4 (patch)
tree1a3a07d78ba22b99d57bddfbd55b342838ee8241 /tests
parentstats: don't mark reporter as 'disable' beforehand (diff)
downloadlibosmocore-52a5c112f1e99b6f8e47b3be97445562b08147c4.tar.xz
libosmocore-52a5c112f1e99b6f8e47b3be97445562b08147c4.zip
stats: clarify error messages in cfg_no_stats_reporter_{statsd,log}
Change-Id: I287130213c7de31a510f293bed0f3daddd53ce04 Related: SYS#5713
Diffstat (limited to 'tests')
-rw-r--r--tests/stats/stats_vty_test.vty5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stats/stats_vty_test.vty b/tests/stats/stats_vty_test.vty
index ddfb3a63..94cc7e8e 100644
--- a/tests/stats/stats_vty_test.vty
+++ b/tests/stats/stats_vty_test.vty
@@ -203,6 +203,11 @@ stats_vty_test(config)# no stats reporter log log-zoo
stats_vty_test(config)# show running-config
... !(foo|bar|zoo)
+stats_vty_test(config)# no stats reporter statsd statsd-foo
+% There is no such statsd reporter with name 'statsd-foo'
+stats_vty_test(config)# no stats reporter log log-zoo
+% There is no such log reporter with name 'log-zoo'
+
stats_vty_test(config)# stats interval 1337
stats_vty_test(config)# show running-config