From 52a5c112f1e99b6f8e47b3be97445562b08147c4 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 9 Nov 2021 13:59:20 +0300 Subject: stats: clarify error messages in cfg_no_stats_reporter_{statsd,log} Change-Id: I287130213c7de31a510f293bed0f3daddd53ce04 Related: SYS#5713 --- tests/stats/stats_vty_test.vty | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/stats') 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 -- cgit v1.2.3