X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Ftests%2Fconftest.py;h=e29c7790dc2a373c841b34aed710ae2456a39a4c;hb=refs%2Fchanges%2F26%2F1926%2F1;hp=2634edc39e6edf56f5fd408825b4cedb1ce0f733;hpb=f1d8288e7a8d73e5d7441269a5d258eb90ed389e;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/tests/conftest.py b/src/bindings/rmr-python/tests/conftest.py index 2634edc..e29c779 100644 --- a/src/bindings/rmr-python/tests/conftest.py +++ b/src/bindings/rmr-python/tests/conftest.py @@ -22,7 +22,7 @@ import pytest # The actual value of the constants should be ignored by the tests; all we should care # about is that the constant value was returned by the RMR function. Further, we should # not consider it an error if RMR returns more than what is listed here; these are the -# list of what is/could be used by this package. +# list of what is/could be used by this package. @pytest.fixture def expected_constants(): return { @@ -32,7 +32,7 @@ def expected_constants(): "RMR_MAX_SRC": 64, "RMR_MAX_RCV_BYTES": 4096, "RMRFL_NONE": 0, - #"RMRFL_MTCALL": 2, #can't be added here until jenkins version >= 1.8.3 + "RMRFL_MTCALL": 2, # can't be added here until jenkins version >= 1.8.3 "RMRFL_AUTO_ALLOC": 3, "RMR_DEF_SIZE": 0, "RMR_VOID_MSGTYPE": -1,