op-test icon indicating copy to clipboard operation
op-test copied to clipboard

OpTestUtil.py : failed to setup unique prompt for openbmc system

Open abdhaleegit opened this issue 3 years ago • 0 comments

Traceback (most recent call last):
  File "/home/jenkins/jenkins_home/workspace/test/testcases/InstallUpstreamKernel.py", line 66, in setUp
    self.console_thread = OpSOLMonitorThread(1, "console")
  File "/home/jenkins/jenkins_home/workspace/test/common/OpTestSOL.py", line 63, in __init__
    self.c = self.system.console.get_console(logger=self.logger)
  File "/home/jenkins/jenkins_home/workspace/test/common/OpTestSSH.py", line 205, in get_console
    self.connect(logger)
  File "/home/jenkins/jenkins_home/workspace/test/common/OpTestSSH.py", line 185, in connect
    self.check_set_term()
  File "/home/jenkins/jenkins_home/workspace/test/common/OpTestSSH.py", line 197, in check_set_term
    None, setup_term_flag)
  File "/home/jenkins/jenkins_home/workspace/test/common/OpTestUtil.py", line 1506, in setup_term
    msg="Getting login and sudo not successful, probably connection issue, retry")
common.Exceptions.ConsoleSettings: Setting the prompt or logging in for the console was not successful, check credentials and review the following for more details
Expect Before Buffer="command-line line 0: Unsupported option "afstokenpassing"
"
Expect After Buffer="<class 'pexpect.exceptions.EOF'>" 
Message="Getting login and sudo not successful, probably connection issue, retry"

abdhaleegit avatar May 25 '21 11:05 abdhaleegit