sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
196 stars 724 forks source link

[Bug]: TypeError: 'bool' object is not callable - test_virtualdb_table_streaming #14837

Closed arista-hpandya closed 3 weeks ago

arista-hpandya commented 3 weeks ago

Issue Description

The test_virtualdb_table_streaming test is failing because is_multi_asic is being treated as a member function instead of a member variable. Its a simple syntax error fix.

Results you see

telemetry 1

 2024-xx-xx 13:43:29: telemetry/test_telemetry.py::test_telemetry::test_virtualdb_table_streaming

================================================== E TypeError: 'bool' object is not callable

Results you expected to see

No errors and testcase should pass

Is it platform specific

generic

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

arista-hpandya commented 3 weeks ago

This is a false positive, closing the issue.