You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues:
Fixes#438
Problem:
The sshd api was inheriting from Resource instead of ResourceBase and
this was causing a uri KeyError
Analysis:
This patch fixes the inheritence to use the ResourceBase class and
also adds functional tests for the sshd api to prevent this from
happening in the future.
Tests:
test/functional/tm/sys/test_sshd.py
0 commit comments