2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

Merge "Update test-requirements"

This commit is contained in:
Zuul 2017-11-19 17:48:29 +00:00 committed by Gerrit Code Review
commit 4f444c7c63
3 changed files with 5 additions and 5 deletions

View File

@ -14,10 +14,10 @@
# limitations under the License.
__author__ = 'jjohnson2@lenovo.com'
#this is a quick sample of how to write something that acts like a bmc
#to play:
# this is a quick sample of how to write something that acts like a bmc
# to play:
# run fakebmc
## ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power status
# # ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power status
# Chassis Power is off
# # ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power on
# Chassis Power Control: Up/On

View File

@ -31,7 +31,7 @@ import threading
tcattr = termios.tcgetattr(sys.stdin)
newtcattr = tcattr
#TODO(jbjohnso): add our exit handler
# TODO(jbjohnso): add our exit handler
newtcattr[-1][termios.VINTR] = 0
newtcattr[-1][termios.VSUSP] = 0
termios.tcsetattr(sys.stdin, termios.TCSADRAIN, newtcattr)

View File

@ -1,4 +1,4 @@
hacking>=0.5.6,<0.8
hacking>=0.5.6
coverage>=3.6
discover