{
  "tags": [],
  "name": "Arista EOS Upgrade Verify",
  "os": "",
  "passRule": true,
  "ignoreWarnings": false,
  "commands": [
    {
      "command": "show startup-config | include ! boot system",
      "passRule": true,
      "rules": [
        {
          "rule": "<!imageFile!>",
          "eval": "contains",
          "severity": "error",
          "ruleB": "",
          "evaluator": "=",
          "evaluation": "pass"
        }
      ]
    },
    {
      "command": "show ver | include Software image version:",
      "passRule": true,
      "rules": [
        {
          "rule": "",
          "eval": "contains",
          "severity": "error"
        }
      ]
    }
  ],
  "created": 1635199526132,
  "createdBy": "kay.wolfe@itential.com",
  "lastUpdated": 1636641473750,
  "lastUpdatedBy": "kay.wolfe@itential.com"
}