Fixed issue in installation when user miss host user name#210
Merged
pridhiviraj merged 1 commit intoopen-power:masterfrom Apr 5, 2018
PraveenPenguin:fix_issue
Merged
Fixed issue in installation when user miss host user name#210pridhiviraj merged 1 commit intoopen-power:masterfrom PraveenPenguin:fix_issue
pridhiviraj merged 1 commit intoopen-power:masterfrom
PraveenPenguin:fix_issue
Conversation
pridhiviraj
approved these changes
Mar 5, 2018
installation script error out , so this patch made some param
as required
failed LOG:
======================================================================
ERROR [1174.995s]: runTest (testcases.InstallRhel.InstallRhel)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/praveen/op-test-framework/testcases/InstallRhel.py", line 120, in runTest
self.system.host_console_login()
File "/home/praveen/op-test-framework/common/OpTestSystem.py", line 294, in host_console_login
l_con.sendline(l_user)
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1036, in sendline
n = self.send(s)
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1024, in send
s = self._coerce_send_string(s)
File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 496, in _coerce_send_string
return s.encode('utf-8')
AttributeError: 'NoneType' object has no attribute 'encode'
----------------------------------------------------------------------
Ran 1 test in 1174.995s
FAILED (errors=1)
Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
Collaborator
Author
|
@pridhiviraj can you please have a look as now it does not have merge conflict |
Contributor
|
Thanks @PraveenPenguin for fixing it. Merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
installation script error out , so this patch made some param
as required
failed LOG:
======================================================================
ERROR [1174.995s]: runTest (testcases.InstallRhel.InstallRhel)
Traceback (most recent call last):
File "/home/praveen/op-test-framework/testcases/InstallRhel.py", line 120, in runTest
self.system.host_console_login()
File "/home/praveen/op-test-framework/common/OpTestSystem.py", line 294, in host_console_login
l_con.sendline(l_user)
File "/usr/lib/python2.7/site-packages/pexpect/init.py", line 1036, in sendline
n = self.send(s)
File "/usr/lib/python2.7/site-packages/pexpect/init.py", line 1024, in send
s = self._coerce_send_string(s)
File "/usr/lib/python2.7/site-packages/pexpect/init.py", line 496, in _coerce_send_string
return s.encode('utf-8')
AttributeError: 'NoneType' object has no attribute 'encode'
Ran 1 test in 1174.995s
FAILED (errors=1)
Signed-off-by: Praveen K Pandey praveen@linux.vnet.ibm.com