testsuite icon indicating copy to clipboard operation
testsuite copied to clipboard

[Feature] redesign observability tracing test

Open kosstennbl opened this issue 7 months ago • 0 comments

Currently, for tracing test, we have code that checks if tracing is used as a part of CNF installation, and writes info about it to the config. During the test - config is read and result is given based on written info.

Problem is that adding complexity to the CNF setup process is not ideal (#2036), and from my point of view - we should find another way to check if Jaeger tracing is enabled in CNF.

Also, the tests seems a bit too specific as it is tied to using Jaeger. Maybe some other way could be found.

kosstennbl avatar Jul 15 '24 08:07 kosstennbl