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 bash -c 'export PDBG_DTB=/var/lib/phosphor-software-manager/pnor/rw/DEVTREE;/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 "chassis": "^On$", 202 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 203 "host": "^Enabled$", 204 "os_ping": "^1$", 205 "os_login": "^1$", 206 "os_run_cmd": "^1$" 207 }, 208 "bmc_reboot": 1, 209 "method_type": "keyword", 210 "method": "BMC Execute Command /sbin/reboot fork=${1}" 211 }, 212 "Redfish OBMC Reboot (run)": { 213 "start": { 214 "redfish": "^1$", 215 "chassis": "^On$", 216 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 217 "host": "^Enabled$", 218 "os_ping": "^1$", 219 "os_login": "^1$", 220 "os_run_cmd": "^1$" 221 }, 222 "end": { 223 "redfish": "^1$", 224 "chassis": "^On$", 225 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 226 "host": "^Enabled$", 227 "os_ping": "^1$", 228 "os_login": "^1$", 229 "os_run_cmd": "^1$" 230 }, 231 "bmc_reboot": 1, 232 "method_type": "keyword", 233 "method": "Redfish BMC Reset Operation", 234 "lib_file_path": "bmc_redfish_utils.robot" 235 }, 236 "OBMC Reboot (off)": { 237 "start": { 238 "redfish": "^1$", 239 "chassis": "^Off$" 240 }, 241 "end": { 242 "redfish": "^1$", 243 "chassis": "^Off$", 244 "boot_progress": "^None$", 245 "host": "^Disabled$" 246 }, 247 "bmc_reboot": 1, 248 "method_type": "keyword", 249 "method": "BMC Execute Command /sbin/reboot fork=${1}" 250 }, 251 "Redfish OBMC Reboot (off)": { 252 "start": { 253 "redfish": "^1$", 254 "chassis": "^Off$" 255 }, 256 "end": { 257 "redfish": "^1$", 258 "chassis": "^Off$", 259 "boot_progress": "^None$", 260 "host": "^Disabled$" 261 }, 262 "bmc_reboot": 1, 263 "method_type": "keyword", 264 "method": "Redfish BMC Reset Operation", 265 "lib_file_path": "bmc_redfish_utils.robot" 266 }, 267 "PDU AC Cycle (run)": { 268 "start": { 269 "redfish": "^1$", 270 "chassis": "^On$", 271 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 272 "host": "^Enabled$", 273 "os_ping": "^1$", 274 "os_login": "^1$", 275 "os_run_cmd": "^1$" 276 }, 277 "end": { 278 "redfish": "^1$", 279 "chassis": "^On$", 280 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 281 "host": "^Enabled$", 282 "os_ping": "^1$", 283 "os_login": "^1$", 284 "os_run_cmd": "^1$" 285 }, 286 "bmc_reboot": 1, 287 "method_type": "keyword", 288 "method": "Set Global Variable ${PDU_TYPE} pdu ; Set Global Variable ${PDU_IP} ${PDU_HOST} ; PDU Power Cycle", 289 "lib_file_path": "pdu/pdu.robot:pdu/synaccess.robot" 290 }, 291 "PDU AC Cycle (off)": { 292 "start": { 293 "redfish": "^1$", 294 "chassis": "^Off$" 295 }, 296 "end": { 297 "redfish": "^1$", 298 "chassis": "^Off$", 299 "boot_progress": "^None$", 300 "host": "^Disabled$" 301 }, 302 "bmc_reboot": 1, 303 "method_type": "keyword", 304 "method": "Set Global Variable ${PDU_TYPE} pdu ; Set Global Variable ${PDU_IP} ${PDU_HOST} ; PDU Power Cycle", 305 "lib_file_path": "pdu/pdu.robot:pdu/synaccess.robot" 306 }, 307 "IPMI MC Reset Warm (run)": { 308 "start": { 309 "redfish": "^1$", 310 "chassis": "^On$", 311 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 312 "host": "^Enabled$", 313 "os_ping": "^1$", 314 "os_login": "^1$", 315 "os_run_cmd": "^1$" 316 }, 317 "end": { 318 "redfish": "^1$", 319 "chassis": "^On$", 320 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 321 "host": "^Enabled$", 322 "os_ping": "^1$", 323 "os_login": "^1$", 324 "os_run_cmd": "^1$" 325 }, 326 "bmc_reboot": 1, 327 "method_type": "keyword", 328 "method": "Run External IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 329 "lib_file_path": "ipmi_client.robot:gen_print.py" 330 }, 331 "IPMI MC Reset Warm (off)": { 332 "start": { 333 "redfish": "^1$", 334 "chassis": "^Off$" 335 }, 336 "end": { 337 "redfish": "^1$", 338 "chassis": "^Off$", 339 "boot_progress": "^None$", 340 "host": "^Disabled$" 341 }, 342 "bmc_reboot": 1, 343 "method_type": "keyword", 344 "method": "Run External IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 345 "lib_file_path": "ipmi_client.robot:gen_print.py" 346 }, 347 "IPMI MC Reset Cold (run)": { 348 "start": { 349 "redfish": "^1$", 350 "chassis": "^On$", 351 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 352 "host": "^Enabled$", 353 "os_ping": "^1$", 354 "os_login": "^1$", 355 "os_run_cmd": "^1$" 356 }, 357 "end": { 358 "redfish": "^1$", 359 "chassis": "^On$", 360 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 361 "host": "^Enabled$", 362 "os_ping": "^1$", 363 "os_login": "^1$", 364 "os_run_cmd": "^1$" 365 }, 366 "bmc_reboot": 1, 367 "method_type": "keyword", 368 "method": "Run External IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 369 "lib_file_path": "ipmi_client.robot:gen_print.py" 370 }, 371 "IPMI MC Reset Cold (off)": { 372 "start": { 373 "redfish": "^1$", 374 "chassis": "^Off$" 375 }, 376 "end": { 377 "redfish": "^1$", 378 "chassis": "^Off$", 379 "boot_progress": "^None$", 380 "host": "^Disabled$" 381 }, 382 "bmc_reboot": 1, 383 "method_type": "keyword", 384 "method": "Run External IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 385 "lib_file_path": "ipmi_client.robot:gen_print.py" 386 }, 387 "IPMI Std MC Reset Warm (run)": { 388 "start": { 389 "redfish": "^1$", 390 "chassis": "^On$", 391 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 392 "host": "^Enabled$", 393 "os_ping": "^1$", 394 "os_login": "^1$", 395 "os_run_cmd": "^1$" 396 }, 397 "end": { 398 "redfish": "^1$", 399 "chassis": "^On$", 400 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 401 "host": "^Enabled$", 402 "os_ping": "^1$", 403 "os_login": "^1$", 404 "os_run_cmd": "^1$" 405 }, 406 "bmc_reboot": 1, 407 "method_type": "keyword", 408 "method": "Run IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 409 "lib_file_path": "ipmi_client.robot:gen_print.py" 410 }, 411 "IPMI Std MC Reset Warm (off)": { 412 "start": { 413 "redfish": "^1$", 414 "chassis": "^Off$" 415 }, 416 "end": { 417 "redfish": "^1$", 418 "chassis": "^Off$", 419 "boot_progress": "^None$", 420 "host": "^Disabled$" 421 }, 422 "bmc_reboot": 1, 423 "method_type": "keyword", 424 "method": "Run IPMI Standard Command mc reset warm -N 10 -R 1 ; Printn", 425 "lib_file_path": "ipmi_client.robot:gen_print.py" 426 }, 427 "IPMI Std MC Reset Cold (run)": { 428 "start": { 429 "redfish": "^1$", 430 "chassis": "^On$", 431 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 432 "host": "^Enabled$", 433 "os_ping": "^1$", 434 "os_login": "^1$", 435 "os_run_cmd": "^1$" 436 }, 437 "end": { 438 "redfish": "^1$", 439 "chassis": "^On$", 440 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 441 "host": "^Enabled$", 442 "os_ping": "^1$", 443 "os_login": "^1$", 444 "os_run_cmd": "^1$" 445 }, 446 "bmc_reboot": 1, 447 "method_type": "keyword", 448 "method": "Run IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 449 "lib_file_path": "ipmi_client.robot:gen_print.py" 450 }, 451 "IPMI Std MC Reset Cold (off)": { 452 "start": { 453 "redfish": "^1$", 454 "chassis": "^Off$" 455 }, 456 "end": { 457 "redfish": "^1$", 458 "chassis": "^Off$", 459 "boot_progress": "^None$", 460 "host": "^Disabled$" 461 }, 462 "bmc_reboot": 1, 463 "method_type": "keyword", 464 "method": "Run IPMI Standard Command mc reset cold -N 10 -R 1 ; Printn", 465 "lib_file_path": "ipmi_client.robot:gen_print.py" 466 }, 467 "IPMI Power Cycle": { 468 "start": { 469 "redfish": "^1$", 470 "chassis": "^On$", 471 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 472 "host": "^Enabled$", 473 "os_ping": "^1$", 474 "os_login": "^1$", 475 "os_run_cmd": "^1$" 476 }, 477 "end": { 478 "redfish": "^1$", 479 "chassis": "^On$", 480 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 481 "host": "^Enabled$", 482 "os_ping": "^1$", 483 "os_login": "^1$", 484 "os_run_cmd": "^1$" 485 }, 486 "bmc_reboot": 0, 487 "method_type": "keyword", 488 "method": "Run External IPMI Standard Command power cycle -N 10 -R 1", 489 "lib_file_path": "ipmi_client.robot" 490 }, 491 "IPMI Power Reset": { 492 "start": { 493 "redfish": "^1$", 494 "chassis": "^On$", 495 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 496 "host": "^Enabled$", 497 "os_ping": "^1$", 498 "os_login": "^1$", 499 "os_run_cmd": "^1$" 500 }, 501 "end": { 502 "redfish": "^1$", 503 "chassis": "^On$", 504 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 505 "host": "^Enabled$", 506 "os_ping": "^1$", 507 "os_login": "^1$", 508 "os_run_cmd": "^1$" 509 }, 510 "bmc_reboot": 0, 511 "method_type": "keyword", 512 "method": "Run External IPMI Standard Command power reset -N 10 -R 1", 513 "lib_file_path": "ipmi_client.robot" 514 }, 515 "Auto Reboot": { 516 "start": { 517 "redfish": "^1$", 518 "chassis": "^Off$", 519 "boot_progress": "^None$", 520 "host": "^Disabled$", 521 "os_ping": "^0$", 522 "os_login": "^0$", 523 "os_run_cmd": "^0$" 524 }, 525 "end": { 526 "redfish": "^1$", 527 "chassis": "^On$", 528 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 529 "host": "^Enabled$", 530 "os_ping": "^1$", 531 "os_login": "^1$", 532 "os_run_cmd": "^1$" 533 }, 534 "bmc_reboot": 0, 535 "method_type": "keyword", 536 "method": "utils.Redfish Initiate Auto Reboot 1000", 537 "lib_file_path": "utils.robot" 538 }, 539 "Host initd Reset": { 540 "start": { 541 "redfish": "^1$", 542 "chassis": "^On$", 543 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 544 "host": "^Enabled$", 545 "os_ping": "^1$", 546 "os_login": "^1$", 547 "os_run_cmd": "^1$" 548 }, 549 "end": { 550 "redfish": "^1$", 551 "chassis": "^On$", 552 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 553 "host": "^Enabled$", 554 "os_ping": "^1$", 555 "os_login": "^1$", 556 "os_run_cmd": "^1$" 557 }, 558 "bmc_reboot": 0, 559 "method_type": "keyword", 560 "method": "utils.Stop PLDM Service And Wait", 561 "lib_file_path": "utils.robot" 562 }, 563 "Host Reboot": { 564 "start": { 565 "redfish": "^1$", 566 "chassis": "^On$", 567 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 568 "host": "^Enabled$", 569 "os_ping": "^1$", 570 "os_login": "^1$", 571 "os_run_cmd": "^1$" 572 }, 573 "end": { 574 "redfish": "^1$", 575 "chassis": "^On$", 576 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 577 "host": "^Enabled$", 578 "os_ping": "^1$", 579 "os_login": "^1$", 580 "os_run_cmd": "^1$" 581 }, 582 "bmc_reboot": 0, 583 "method_type": "keyword", 584 "method": "utils.Initiate OS Host Reboot", 585 "lib_file_path": "utils.robot" 586 }, 587 "RF SYS GracefulRestart": { 588 "start": { 589 "redfish": "^1$", 590 "chassis": "^On$", 591 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 592 "host": "^Enabled$", 593 "os_ping": "^1$", 594 "os_login": "^1$", 595 "os_run_cmd": "^1$" 596 }, 597 "end": { 598 "redfish": "^1$", 599 "chassis": "^On$", 600 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 601 "host": "^Enabled$", 602 "os_ping": "^1$", 603 "os_login": "^1$", 604 "os_run_cmd": "^1$" 605 }, 606 "bmc_reboot": 0, 607 "method_type": "keyword", 608 "method": "Redfish Power Operation GracefulRestart", 609 "lib_file_path": "bmc_redfish_utils.robot" 610 }, 611 "RF SYS ForceRestart": { 612 "start": { 613 "redfish": "^1$", 614 "chassis": "^On$", 615 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 616 "host": "^Enabled$", 617 "os_ping": "^1$", 618 "os_login": "^1$", 619 "os_run_cmd": "^1$" 620 }, 621 "end": { 622 "redfish": "^1$", 623 "chassis": "^On$", 624 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 625 "host": "^Enabled$", 626 "os_ping": "^1$", 627 "os_login": "^1$", 628 "os_run_cmd": "^1$" 629 }, 630 "bmc_reboot": 0, 631 "method_type": "keyword", 632 "method": "Redfish Power Operation ForceRestart", 633 "lib_file_path": "bmc_redfish_utils.robot" 634 }, 635 "Tool Initd MP Reboot": { 636 "start": { 637 "redfish": "^1$", 638 "chassis": "^On$", 639 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 640 "host": "^Enabled$", 641 "os_ping": "^1$", 642 "os_login": "^1$", 643 "os_run_cmd": "^1$" 644 }, 645 "end": { 646 "redfish": "^1$", 647 "chassis": "^On$", 648 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 649 "host": "^Enabled$", 650 "os_ping": "^1$", 651 "os_login": "^1$", 652 "os_run_cmd": "^1$" 653 }, 654 "bmc_reboot": 0, 655 "method_type": "keyword", 656 "method": "BMC Execute Command systemctl start obmc-host-crash@0.target" 657 }, 658 "OPAL TI": { 659 "start": { 660 "redfish": "^1$", 661 "chassis": "^On$", 662 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 663 "host": "^Enabled$", 664 "os_ping": "^1$", 665 "os_login": "^1$", 666 "os_run_cmd": "^1$" 667 }, 668 "end": { 669 "redfish": "^1$", 670 "chassis": "^On$", 671 "boot_progress": "^SystemHardwareInitializationComplete|OSBootStarted|OSRunning$", 672 "host": "^Enabled$", 673 "os_ping": "^1$", 674 "os_login": "^1$", 675 "os_run_cmd": "^1$" 676 }, 677 "bmc_reboot": 0, 678 "method_type": "keyword", 679 "method": "Inject OPAL TI", 680 "lib_file_path": "open_power_utils.robot" 681 } 682} 683