{
  "name": "strict_mag_legacy",
  "device": {
    "portalUrl": "https://portal.example.com/c",
    "macAddress": "00:1A:79:FA:CE:01",
    "authMode": "AUTO"
  },
  "responses": [
    { "action": "handshake", "body": "{\"js\":{\"token\":\"token-legacy-a\"}}" },
    { "action": "get_profile", "body": "" },
    { "action": "get_profile", "body": "{\"js\":{\"id\":\"88\",\"name\":\"Legacy\",\"status\":\"1\",\"auth_access\":true}}" },
    { "action": "get_main_info", "body": "{\"js\":{\"id\":\"88\",\"name\":\"Legacy\",\"status\":\"1\",\"auth_access\":true}}" }
  ],
  "expected": {
    "authMode": "MAC_ONLY",
    "portalProfile": "MAG_BASIC",
    "portalFingerprint": "BASIC_MAC",
    "magPreset": "MAG250_LEGACY",
    "bootstrapRecipe": "LEGACY_MAG",
    "recipeEvidence": ["recipe:LEGACY_MAG", "preset:MAG250_LEGACY", "fallback_recipe", "rediscovery_attempted"],
    "bootstrapEvidence": ["handshake", "get_profile", "get_account_info"],
    "requestOrder": ["handshake", "get_profile", "get_profile", "get_main_info"]
  }
}
