kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

fix: adapted expected spf_attribute value #246

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Related to https://github.com/kytos-ng/mef_eline/pull/355 (if fixes the e2e failing test there)

Summary

Now spf_attribute is only stored if it's been set, so I had to adapt this test case accordingly.

Local and e2e tests

+ python3 -m pytest tests -k test_001_create_update_with_constraints --reruns 2 -r fEr
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-7.2.0, pluggy-1.2.0
rootdir: /builds/amlight/kytos-end-to-end-tester/kytos-end-to-end-tests
plugins: rerunfailures-10.2, timeout-2.1.0, anyio-3.6.2
collected 239 items / 238 deselected / 1 selected
tests/test_e2e_15_mef_eline.py .                                         [100%]
=============================== warnings summary ===============================
========== 1 passed, 238 deselected, 35 warnings in 87.56s (0:01:27) ===========