Skip to content

Commit

Permalink
Merge c545539 into 1f19ca9
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalle authored Oct 8, 2018
2 parents 1f19ca9 + c545539 commit 22b452e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyipmi/interfaces/rmcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,13 +570,3 @@ def send_and_receive(self, req):
rsp = create_message(req.cmdid, req.netfn + 1)
decode_message(rsp, rx_data)
return rsp


if __name__ == '__main__':
host = '10.0.114.199'
session = Session()
session.set_auth_type_user('admin', 'admin')

r = Rmcp(host)
r.ping()
r.establish_session(session)

0 comments on commit 22b452e

Please sign in to comment.