1{ 2 "Redfish Power On": { 3 "start": { 4 "redfish": "^1$", 5 "chassis": "^Off$", 6 "boot_progress": "^None$", 7 "host": "^Disabled$" 8 }, 9 "end": { 10 "redfish": "^1$", 11 "chassis": "^On$", 12 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 13 "host": "^Enabled$", 14 "os_ping": "^1$", 15 "os_login": "^1$", 16 "os_run_cmd": "^1$" 17 }, 18 "bmc_reboot": 0, 19 "method_type": "keyword", 20 "method": "Redfish Power Operation On", 21 "lib_file_path": "bmc_redfish_utils.robot" 22 }, 23 "IPMI Power On": { 24 "start": { 25 "redfish": "^1$", 26 "chassis": "^Off$", 27 "boot_progress": "^None$", 28 "host": "^Disabled$" 29 }, 30 "end": { 31 "redfish": "^1$", 32 "chassis": "^On$", 33 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 34 "host": "^Enabled$", 35 "os_ping": "^1$", 36 "os_login": "^1$", 37 "os_run_cmd": "^1$" 38 }, 39 "bmc_reboot": 0, 40 "method_type": "keyword", 41 "method": "Run External IPMI Standard Command power on -N 10 -R 1", 42 "lib_file_path": "ipmi_client.robot" 43 }, 44 "Istep Power On": { 45 "start": { 46 "redfish": "^1$", 47 "chassis": "^Off$", 48 "boot_progress": "^None$", 49 "host": "^Disabled$" 50 }, 51 "end": { 52 "redfish": "^1$", 53 "chassis": "^On$", 54 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 55 "host": "^Enabled$", 56 "os_ping": "^1$", 57 "os_login": "^1$", 58 "os_run_cmd": "^1$" 59 }, 60 "bmc_reboot": 0, 61 "method_type": "keyword", 62 "method": "BMC Execute Command '/usr/bin/istep' fork=${1}" 63 }, 64 "Redfish Power Off": { 65 "start": { 66 "redfish": "^1$", 67 "chassis": "^On$" 68 }, 69 "end": { 70 "redfish": "^1$", 71 "chassis": "^Off$", 72 "boot_progress": "^None$", 73 "host": "^Disabled$", 74 "os_ping": "^0$", 75 "os_login": "^0$", 76 "os_run_cmd": "^0$" 77 }, 78 "bmc_reboot": 0, 79 "method_type": "keyword", 80 "method": "Redfish Power Operation GracefulShutdown", 81 "lib_file_path": "bmc_redfish_utils.robot" 82 }, 83 "Redfish Hard Power Off": { 84 "start": { 85 "redfish": "^1$", 86 "chassis": "^On$" 87 }, 88 "end": { 89 "redfish": "^1$", 90 "chassis": "^Off$", 91 "boot_progress": "^None$", 92 "host": "^Disabled$", 93 "os_ping": "^0$", 94 "os_login": "^0$", 95 "os_run_cmd": "^0$" 96 }, 97 "bmc_reboot": 0, 98 "method_type": "keyword", 99 "method": "Redfish Power Operation ForceOff", 100 "lib_file_path": "bmc_redfish_utils.robot" 101 }, 102 "IPMI Power Off": { 103 "start": { 104 "redfish": "^1$", 105 "chassis": "^On$" 106 }, 107 "end": { 108 "redfish": "^1$", 109 "chassis": "^Off$", 110 "boot_progress": "^None$", 111 "host": "^Disabled$", 112 "os_ping": "^0$", 113 "os_login": "^0$", 114 "os_run_cmd": "^0$" 115 }, 116 "bmc_reboot": 0, 117 "method_type": "keyword", 118 "method": "Run External IPMI Standard Command power off -N 10 -R 1", 119 "lib_file_path": "ipmi_client.robot" 120 }, 121 "IPMI Power Soft": { 122 "start": { 123 "redfish": "^1$", 124 "chassis": "^On$" 125 }, 126 "end": { 127 "redfish": "^1$", 128 "chassis": "^Off$", 129 "boot_progress": "^None$", 130 "host": "^Disabled$", 131 "os_ping": "^0$", 132 "os_login": "^0$", 133 "os_run_cmd": "^0$" 134 }, 135 "bmc_reboot": 0, 136 "method_type": "keyword", 137 "method": "Run External IPMI Standard Command power soft -N 10 -R 1", 138 "lib_file_path": "ipmi_client.robot" 139 }, 140 "Host Power Off": { 141 "start": { 142 "redfish": "^1$", 143 "chassis": "^On$", 144 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 145 "host": "^Enabled$", 146 "os_ping": "^1$", 147 "os_login": "^1$", 148 "os_run_cmd": "^1$" 149 }, 150 "end": { 151 "redfish": "^1$", 152 "chassis": "^Off$", 153 "boot_progress": "^None$", 154 "host": "^Disabled$", 155 "os_ping": "^0$", 156 "os_login": "^0$", 157 "os_run_cmd": "^0$" 158 }, 159 "bmc_reboot": 0, 160 "method_type": "keyword", 161 "method": "utils.Initiate OS Host Power Off", 162 "lib_file_path": "utils.robot" 163 }, 164 165 "APOR": { 166 "start": { 167 "redfish": "^1$", 168 "chassis": "^On$", 169 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 170 "host": "^Enabled$", 171 "os_ping": "^1$", 172 "os_login": "^1$", 173 "os_run_cmd": "^1$" 174 }, 175 "end": { 176 "redfish": "^1$", 177 "chassis": "^On$", 178 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 179 "host": "^Enabled$", 180 "os_ping": "^1$", 181 "os_login": "^1$", 182 "os_run_cmd": "^1$" 183 }, 184 "bmc_reboot": 1, 185 "method_type": "keyword", 186 "method": "Set Global Variable ${PDU_TYPE} pdu ; Set Global Variable ${PDU_IP} ${PDU_HOST} ; PDU Power Cycle", 187 "lib_file_path": "pdu/pdu.robot:pdu/synaccess.robot" 188 }, 189 "OBMC Reboot (run)": { 190 "start": { 191 "redfish": "^1$", 192 "chassis": "^On$", 193 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 194 "host": "^Enabled$", 195 "os_ping": "^1$", 196 "os_login": "^1$", 197 "os_run_cmd": "^1$" 198 }, 199 "end": { 200 "redfish": "^1$", 201 "bmc": "^Enabled$", 202 "chassis": "^On$", 203 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 204 "host": "^Enabled$", 205 "os_ping": "^1$", 206 "os_login": "^1$", 207 "os_run_cmd": "^1$" 208 }, 209 "bmc_reboot": 1, 210 "method_type": "keyword", 211 "method": "BMC Execute Command /sbin/reboot fork=${1}" 212 }, 213 "Redfish OBMC Reboot (run)": { 214 "start": { 215 "redfish": "^1$", 216 "chassis": "^On$", 217 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 218 "host": "^Enabled$", 219 "os_ping": "^1$", 220 "os_login": "^1$", 221 "os_run_cmd": "^1$" 222 }, 223 "end": { 224 "redfish": "^1$", 225 "bmc": "^Enabled$", 226 "chassis": "^On$", 227 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 228 "host": "^Enabled$", 229 "os_ping": "^1$", 230 "os_login": "^1$", 231 "os_run_cmd": "^1$" 232 }, 233 "bmc_reboot": 1, 234 "method_type": "keyword", 235 "method": "Redfish BMC Reset Operation", 236 "lib_file_path": "bmc_redfish_utils.robot" 237 }, 238 "OBMC Reboot (off)": { 239 "start": { 240 "redfish": "^1$", 241 "chassis": "^Off$" 242 }, 243 "end": { 244 "redfish": "^1$", 245 "bmc": "^Enabled$", 246 "chassis": "^Off$", 247 "boot_progress": "^None$", 248 "host": "^Disabled$" 249 }, 250 "bmc_reboot": 1, 251 "method_type": "keyword", 252 "method": "BMC Execute Command /sbin/reboot fork=${1}" 253 }, 254 "Redfish OBMC Reboot (off)": { 255 "start": { 256 "redfish": "^1$", 257 "chassis": "^Off$" 258 }, 259 "end": { 260 "redfish": "^1$", 261 "bmc": "^Enabled$", 262 "chassis": "^Off$", 263 "boot_progress": "^None$", 264 "host": "^Disabled$" 265 }, 266 "bmc_reboot": 1, 267 "method_type": "keyword", 268 "method": "Redfish BMC Reset Operation", 269 "lib_file_path": "bmc_redfish_utils.robot" 270 }, 271 "PDU AC Cycle (run)": { 272 "start": { 273 "redfish": "^1$", 274 "chassis": "^On$", 275 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 276 "host": "^Enabled$", 277 "os_ping": "^1$", 278 "os_login": "^1$", 279 "os_run_cmd": "^1$" 280 }, 281 "end": { 282 "redfish": "^1$", 283 "chassis": "^On$", 284 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 285 "host": "^Enabled$", 286 "os_ping": "^1$", 287 "os_login": "^1$", 288 "os_run_cmd": "^1$" 289 }, 290 "bmc_reboot": 1, 291 "method_type": "keyword", 292 "method": "Set Global Variable ${PDU_TYPE} pdu ; Set Global Variable ${PDU_IP} ${PDU_HOST} ; PDU Power Cycle", 293 "lib_file_path": "pdu/pdu.robot:pdu/synaccess.robot" 294 }, 295 "PDU AC Cycle (off)": { 296 "start": { 297 "redfish": "^1$", 298 "chassis": "^Off$" 299 }, 300 "end": { 301 "redfish": "^1$", 302 "chassis": "^Off$", 303 "boot_progress": "^None$", 304 "host": "^Disabled$" 305 }, 306 "bmc_reboot": 1, 307 "method_type": "keyword", 308 "method": "Set Global Variable ${PDU_TYPE} pdu ; Set Global Variable ${PDU_IP} ${PDU_HOST} ; PDU Power Cycle", 309 "lib_file_path": "pdu/pdu.robot:pdu/synaccess.robot" 310 }, 311 "IPMI MC Reset Warm (run)": { 312 "start": { 313 "redfish": "^1$", 314 "chassis": "^On$", 315 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 316 "host": "^Enabled$", 317 "os_ping": "^1$", 318 "os_login": "^1$", 319 "os_run_cmd": "^1$" 320 }, 321 "end": { 322 "redfish": "^1$", 323 "chassis": "^On$", 324 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 325 "host": "^Enabled$", 326 "os_ping": "^1$", 327 "os_login": "^1$", 328 "os_run_cmd": "^1$" 329 }, 330 "bmc_reboot": 1, 331 "method_type": "keyword", 332 "method": "Run External IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 333 "lib_file_path": "ipmi_client.robot:gen_print.py" 334 }, 335 "IPMI MC Reset Warm (off)": { 336 "start": { 337 "redfish": "^1$", 338 "chassis": "^Off$" 339 }, 340 "end": { 341 "redfish": "^1$", 342 "chassis": "^Off$", 343 "boot_progress": "^None$", 344 "host": "^Disabled$" 345 }, 346 "bmc_reboot": 1, 347 "method_type": "keyword", 348 "method": "Run External IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 349 "lib_file_path": "ipmi_client.robot:gen_print.py" 350 }, 351 "IPMI MC Reset Cold (run)": { 352 "start": { 353 "redfish": "^1$", 354 "chassis": "^On$", 355 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 356 "host": "^Enabled$", 357 "os_ping": "^1$", 358 "os_login": "^1$", 359 "os_run_cmd": "^1$" 360 }, 361 "end": { 362 "redfish": "^1$", 363 "chassis": "^On$", 364 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 365 "host": "^Enabled$", 366 "os_ping": "^1$", 367 "os_login": "^1$", 368 "os_run_cmd": "^1$" 369 }, 370 "bmc_reboot": 1, 371 "method_type": "keyword", 372 "method": "Run External IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 373 "lib_file_path": "ipmi_client.robot:gen_print.py" 374 }, 375 "IPMI MC Reset Cold (off)": { 376 "start": { 377 "redfish": "^1$", 378 "chassis": "^Off$" 379 }, 380 "end": { 381 "redfish": "^1$", 382 "chassis": "^Off$", 383 "boot_progress": "^None$", 384 "host": "^Disabled$" 385 }, 386 "bmc_reboot": 1, 387 "method_type": "keyword", 388 "method": "Run External IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 389 "lib_file_path": "ipmi_client.robot:gen_print.py" 390 }, 391 "IPMI Std MC Reset Warm (run)": { 392 "start": { 393 "redfish": "^1$", 394 "chassis": "^On$", 395 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 396 "host": "^Enabled$", 397 "os_ping": "^1$", 398 "os_login": "^1$", 399 "os_run_cmd": "^1$" 400 }, 401 "end": { 402 "redfish": "^1$", 403 "chassis": "^On$", 404 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 405 "host": "^Enabled$", 406 "os_ping": "^1$", 407 "os_login": "^1$", 408 "os_run_cmd": "^1$" 409 }, 410 "bmc_reboot": 1, 411 "method_type": "keyword", 412 "method": "Run IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 413 "lib_file_path": "ipmi_client.robot:gen_print.py" 414 }, 415 "IPMI Std MC Reset Warm (off)": { 416 "start": { 417 "redfish": "^1$", 418 "chassis": "^Off$" 419 }, 420 "end": { 421 "redfish": "^1$", 422 "chassis": "^Off$", 423 "boot_progress": "^None$", 424 "host": "^Disabled$" 425 }, 426 "bmc_reboot": 1, 427 "method_type": "keyword", 428 "method": "Run IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 429 "lib_file_path": "ipmi_client.robot:gen_print.py" 430 }, 431 "IPMI Std MC Reset Cold (run)": { 432 "start": { 433 "redfish": "^1$", 434 "chassis": "^On$", 435 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 436 "host": "^Enabled$", 437 "os_ping": "^1$", 438 "os_login": "^1$", 439 "os_run_cmd": "^1$" 440 }, 441 "end": { 442 "redfish": "^1$", 443 "chassis": "^On$", 444 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 445 "host": "^Enabled$", 446 "os_ping": "^1$", 447 "os_login": "^1$", 448 "os_run_cmd": "^1$" 449 }, 450 "bmc_reboot": 1, 451 "method_type": "keyword", 452 "method": "Run IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 453 "lib_file_path": "ipmi_client.robot:gen_print.py" 454 }, 455 "IPMI Std MC Reset Cold (off)": { 456 "start": { 457 "redfish": "^1$", 458 "chassis": "^Off$" 459 }, 460 "end": { 461 "redfish": "^1$", 462 "chassis": "^Off$", 463 "boot_progress": "^None$", 464 "host": "^Disabled$" 465 }, 466 "bmc_reboot": 1, 467 "method_type": "keyword", 468 "method": "Run IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 469 "lib_file_path": "ipmi_client.robot:gen_print.py" 470 }, 471 "IPMI Power Cycle": { 472 "start": { 473 "redfish": "^1$", 474 "chassis": "^On$", 475 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 476 "host": "^Enabled$", 477 "os_ping": "^1$", 478 "os_login": "^1$", 479 "os_run_cmd": "^1$" 480 }, 481 "end": { 482 "redfish": "^1$", 483 "chassis": "^On$", 484 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 485 "host": "^Enabled$", 486 "os_ping": "^1$", 487 "os_login": "^1$", 488 "os_run_cmd": "^1$" 489 }, 490 "bmc_reboot": 0, 491 "method_type": "keyword", 492 "method": "Run External IPMI Standard Command power cycle -N 10 -R 1", 493 "lib_file_path": "ipmi_client.robot" 494 }, 495 "IPMI Power Reset": { 496 "start": { 497 "redfish": "^1$", 498 "chassis": "^On$", 499 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 500 "host": "^Enabled$", 501 "os_ping": "^1$", 502 "os_login": "^1$", 503 "os_run_cmd": "^1$" 504 }, 505 "end": { 506 "redfish": "^1$", 507 "chassis": "^On$", 508 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 509 "host": "^Enabled$", 510 "os_ping": "^1$", 511 "os_login": "^1$", 512 "os_run_cmd": "^1$" 513 }, 514 "bmc_reboot": 0, 515 "method_type": "keyword", 516 "method": "Run External IPMI Standard Command power reset -N 10 -R 1", 517 "lib_file_path": "ipmi_client.robot" 518 }, 519 "Auto Reboot": { 520 "start": { 521 "redfish": "^1$", 522 "chassis": "^Off$", 523 "boot_progress": "^None$", 524 "host": "^Disabled$", 525 "os_ping": "^0$", 526 "os_login": "^0$", 527 "os_run_cmd": "^0$" 528 }, 529 "end": { 530 "redfish": "^1$", 531 "chassis": "^On$", 532 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 533 "host": "^Enabled$", 534 "os_ping": "^1$", 535 "os_login": "^1$", 536 "os_run_cmd": "^1$" 537 }, 538 "bmc_reboot": 0, 539 "method_type": "keyword", 540 "method": "utils.Redfish Initiate Auto Reboot 1000", 541 "lib_file_path": "utils.robot" 542 }, 543 "Host initd Reset": { 544 "start": { 545 "redfish": "^1$", 546 "chassis": "^On$", 547 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 548 "host": "^Enabled$", 549 "os_ping": "^1$", 550 "os_login": "^1$", 551 "os_run_cmd": "^1$" 552 }, 553 "end": { 554 "redfish": "^1$", 555 "bmc": "^Enabled$", 556 "chassis": "^On$", 557 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 558 "host": "^Enabled$", 559 "os_ping": "^1$", 560 "os_login": "^1$", 561 "os_run_cmd": "^1$" 562 }, 563 "bmc_reboot": 1, 564 "method_type": "keyword", 565 "method": "utils.Stop PLDM Service And Wait", 566 "lib_file_path": "utils.robot" 567 }, 568 "Host Reboot": { 569 "start": { 570 "redfish": "^1$", 571 "chassis": "^On$", 572 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 573 "host": "^Enabled$", 574 "os_ping": "^1$", 575 "os_login": "^1$", 576 "os_run_cmd": "^1$" 577 }, 578 "end": { 579 "redfish": "^1$", 580 "chassis": "^On$", 581 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 582 "host": "^Enabled$", 583 "os_ping": "^1$", 584 "os_login": "^1$", 585 "os_run_cmd": "^1$" 586 }, 587 "bmc_reboot": 0, 588 "method_type": "keyword", 589 "method": "utils.Initiate OS Host Reboot", 590 "lib_file_path": "utils.robot" 591 }, 592 "RF SYS GracefulRestart": { 593 "start": { 594 "redfish": "^1$", 595 "chassis": "^On$", 596 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 597 "host": "^Enabled$", 598 "os_ping": "^1$", 599 "os_login": "^1$", 600 "os_run_cmd": "^1$" 601 }, 602 "end": { 603 "redfish": "^1$", 604 "chassis": "^On$", 605 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 606 "host": "^Enabled$", 607 "os_ping": "^1$", 608 "os_login": "^1$", 609 "os_run_cmd": "^1$" 610 }, 611 "bmc_reboot": 0, 612 "method_type": "keyword", 613 "method": "Redfish Power Operation GracefulRestart", 614 "lib_file_path": "bmc_redfish_utils.robot" 615 }, 616 "RF SYS ForceRestart": { 617 "start": { 618 "redfish": "^1$", 619 "chassis": "^On$", 620 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 621 "host": "^Enabled$", 622 "os_ping": "^1$", 623 "os_login": "^1$", 624 "os_run_cmd": "^1$" 625 }, 626 "end": { 627 "redfish": "^1$", 628 "chassis": "^On$", 629 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 630 "host": "^Enabled$", 631 "os_ping": "^1$", 632 "os_login": "^1$", 633 "os_run_cmd": "^1$" 634 }, 635 "bmc_reboot": 0, 636 "method_type": "keyword", 637 "method": "Redfish Power Operation ForceRestart", 638 "lib_file_path": "bmc_redfish_utils.robot" 639 }, 640 "Tool Initd MP Reboot": { 641 "start": { 642 "redfish": "^1$", 643 "chassis": "^On$", 644 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 645 "host": "^Enabled$", 646 "os_ping": "^1$", 647 "os_login": "^1$", 648 "os_run_cmd": "^1$" 649 }, 650 "end": { 651 "redfish": "^1$", 652 "chassis": "^On$", 653 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 654 "host": "^Enabled$", 655 "os_ping": "^1$", 656 "os_login": "^1$", 657 "os_run_cmd": "^1$" 658 }, 659 "bmc_reboot": 0, 660 "method_type": "keyword", 661 "method": "BMC Execute Command systemctl start obmc-host-crash@0.target" 662 }, 663 "OPAL TI": { 664 "start": { 665 "redfish": "^1$", 666 "chassis": "^On$", 667 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 668 "host": "^Enabled$", 669 "os_ping": "^1$", 670 "os_login": "^1$", 671 "os_run_cmd": "^1$" 672 }, 673 "end": { 674 "redfish": "^1$", 675 "chassis": "^On$", 676 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 677 "host": "^Enabled$", 678 "os_ping": "^1$", 679 "os_login": "^1$", 680 "os_run_cmd": "^1$" 681 }, 682 "bmc_reboot": 0, 683 "method_type": "keyword", 684 "method": "Inject OPAL TI", 685 "lib_file_path": "open_power_utils.robot" 686 } 687} 688