Closed arista-hpandya closed 3 weeks ago
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.
test_virtualdb_table_streaming
2024-xx-xx 13:43:29: telemetry/test_telemetry.py::test_telemetry::test_virtualdb_table_streaming
================================================== E TypeError: 'bool' object is not callable
No errors and testcase should pass
generic
No response
show version
This is a false positive, closing the issue.
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
================================================== 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