2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-14 19:57:47 +00:00

5 Commits

Author SHA1 Message Date
Jarrod Johnson
f8c92bd9de Update to newer hacking
Fix some complaints, mask others for now.

Change-Id: Iba4adf30131724db401fe2ee773975942fd58fd2
2018-05-15 11:39:15 -04:00
Jarrod Johnson
ec20649bfe Update test-requirements
Fix ability to get through gate

Change-Id: Iac13cd595c80cad367d06a7b0afc3e53fc7f8ff7
2017-11-19 10:44:12 -05:00
Akira Yoshiyama
756ebdbffb Implement Serial-over-LAN (SOL) in BMC
This patch adds a BMC-side SOL-related class and methods:

  console.ServerConsole:
    Sub-class of console.Console for BMC

  bmc.Bmc.is_active():
    returns whether the BMC is active

  bmc.Bmc.activate_payload():
    activates SOL session

  bmc.Bmc.deactive_payload():
    deactivates SOL session

See bin/fakebmc and bin/virshbmc for examples.

Change-Id: I0e649ee0e2b45824a34c9634b00fd4f94c46c8de
2017-07-11 13:15:01 +09:00
Peter Martini
f44881a135 Add a "--port" option to fakebmc
Change-Id: Id609034c1a23cc335ccd478df113b17e04e33cc5
2015-02-11 12:08:03 -08:00
Jarrod Johnon
3c5c0e2dc2 Implement server side IPMI protocol
Provide framework for a utility to listen and respond to
ipmi protocol messages.  Also provide an example 'fakebmc'
to give a general idea of how to create a ipmi device

Change-Id: I240b233ff161bc3672795b3ac3bf609e4c8c98bb
2015-01-12 10:21:32 -05:00