avocado-framework/avocado

View on GitHub
examples/apis/utils/ssh_timeout.py

Summary

Maintainability
A
0 mins
Test Coverage

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

    assert total_time <= 10
Severity: Info
Found in examples/apis/utils/ssh_timeout.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

    assert total_time >= 10

    # check of timeout enforcement
Severity: Info
Found in examples/apis/utils/ssh_timeout.py by bandit

There are no issues that match your filters.

Category
Status