how can I add an object to huawei_vrp.py #20
Unanswered
arashxmohammadi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add the below object to the main class in huawei_vrp.py. I tried to add this in the main file, but it takes an error that "VRPDriver doesn't have this object" and it doesn't work:
def sysview(self):
self.device.send_command('system-view', expect_string=r'[.+]')
would you help me?
Beta Was this translation helpful? Give feedback.
All reactions