ratulm
ratulm
Does this help? https://pybatfish.readthedocs.io/en/latest/formats.html Also, Slack is a better place for such questions.
Those logs are likely because we added logging to the BDD library between the two versions you tried. Those are expected logs, and you may ignore them. How are things...
Hey, @RP38 - Thanks for adding the documentation. It is a great first draft. To not sound too hypocritical, I also did https://github.com/batfish/batfish/pull/9441 :)
> On the test part, do you want a minimum coverage ? We don't enforce a minimum coverage as long as you think you've covered the important test cases. The...
Thanks for pushing this through. Once the pre-commit tests pass, we can merge. As quick follow ups, can I request you to send related PRs: - Update https://github.com/batfish/batfish?tab=readme-ov-file#supported-network-device-and-operating-system-list - Update...
The logs show that some ref tests (which do a almost-syntactic comparison with expected output) are failing: ``` //tests/aws:ref_tests FAILED in 7.8s /home/runner/.cache/bazel/_bazel_runner/77473c5ee67a48e494f1660717981e17/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/aws/ref_tests/test.log //tests/basic:ref_tests FAILED in 13.6s /home/runner/.cache/bazel/_bazel_runner/77473c5ee67a48e494f1660717981e17/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/basic/ref_tests/test.log ``` Are...
Try using '"100"' per https://batfish.readthedocs.io/en/latest/specifiers.html#general-notes-on-the-grammar
Did you create this file yourself or was it pulled from a deployment? Take a look at https://github.com/batfish/batfish/blob/925dd46a39cc8cc44438bef2dfbd8b28df45e465/projects/batfish/src/main/java/org/batfish/representation/aws/Subnet.java#L657 to see what is supported and what the code expects.