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:
commit
4f444c7c63
@ -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
|
||||
|
@ -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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
hacking>=0.5.6,<0.8
|
||||
hacking>=0.5.6
|
||||
|
||||
coverage>=3.6
|
||||
discover
|
||||
|
Loading…
x
Reference in New Issue
Block a user