/** Different test can be made on IPMI interface */exportvarIpmiTestTypeEnum;
(function (IpmiTestTypeEnum) {
IpmiTestTypeEnum["http"] = "http";
IpmiTestTypeEnum["password"] = "password";
IpmiTestTypeEnum["ping"] = "ping";
})(IpmiTestTypeEnum || (IpmiTestTypeEnum = {}));