You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
The questions underlying Batfish assertions can fail, in which case the Answer returned will not be a TableAnswer. In at least one case, the check is not handling this case well: instead of getting the error, we get:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "1 of 1 assertions failed", "result": [{"details": "'Answer' object has no attribute 'frame'", "name": "Confirm routers can ping each other", "status": "Error", "type": "assert_all_flows_succeed"}], "summary": "1 of 1 assertions failed"}
The questions underlying Batfish assertions can fail, in which case the
Answer
returned will not be aTableAnswer
. In at least one case, the check is not handling this case well: instead of getting the error, we get:(see: https://networktocode.slack.com/archives/CCE02JK7T/p1582840013048800)
Batfish should always check the answer type before calling
.frame()
.The text was updated successfully, but these errors were encountered: