Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
always
Steps to Reproduce:
1. rhts-reboot from test
2. manually run test
Actual results:
MACHINE REBOOTED however:
Press Enter to reboot or hit CTRL-C to stop
Traceback (most recent call last):
File "/usr/bin/beahsh", line 9, in <module>
load_entry_point('beah==0.7.9.dev201508261529', 'console_scripts', 'beahsh')()
File "/usr/lib/python2.6/site-packages/beah/tools/beahsh.py", line 385, in main
errs = _main(sys.argv[1:])
File "/usr/lib/python2.6/site-packages/beah/tools/beahsh.py", line 369, in _main
the_task = beahlib.get_task(make_sender(opts.sender or default_sender, opts))
File "/usr/lib/python2.6/site-packages/beah/tools/beahsh.py", line 334, in make_sender
return beahlib.SocketSender()
File "/usr/lib/python2.6/site-packages/beahlib.py", line 97, in __init__
raise Exception('None of BEAH_TSOCKET or (BEAH_THOST, BEAH_TPORT) are defined!')
Exception: None of BEAH_TSOCKET or (BEAH_THOST, BEAH_TPORT) are defined!
Expected results:
Additional info:
Description of problem: Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. rhts-reboot from test 2. manually run test Actual results: MACHINE REBOOTED however: Press Enter to reboot or hit CTRL-C to stop Traceback (most recent call last): File "/usr/bin/beahsh", line 9, in <module> load_entry_point('beah==0.7.9.dev201508261529', 'console_scripts', 'beahsh')() File "/usr/lib/python2.6/site-packages/beah/tools/beahsh.py", line 385, in main errs = _main(sys.argv[1:]) File "/usr/lib/python2.6/site-packages/beah/tools/beahsh.py", line 369, in _main the_task = beahlib.get_task(make_sender(opts.sender or default_sender, opts)) File "/usr/lib/python2.6/site-packages/beah/tools/beahsh.py", line 334, in make_sender return beahlib.SocketSender() File "/usr/lib/python2.6/site-packages/beahlib.py", line 97, in __init__ raise Exception('None of BEAH_TSOCKET or (BEAH_THOST, BEAH_TPORT) are defined!') Exception: None of BEAH_TSOCKET or (BEAH_THOST, BEAH_TPORT) are defined! Expected results: Additional info: