X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Fconftest.py;fp=tests%2Fconftest.py;h=79f648dd1f0066396be1eb71b1bc48107fc30d52;hb=ced4e852cebdedf60873b7c1bb4c1201d5909d00;hp=78798c85192a3182cd54914ea508d2409b9b1a02;hpb=ae490fcb35fed4e7bb6fdd6207b7a6d1b607ec75;p=ric-app%2Fqp.git diff --git a/tests/conftest.py b/tests/conftest.py index 78798c8..79f648d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -22,9 +22,9 @@ import pytest def qp_prediction(): return { "12345": { - "310-680-200-555001": [2000000, 1200000], - "310-680-200-555002": [800000, 400000], - "310-680-200-555003": [800000, 400000] + "310-680-200-555001": [50000, 20000], + "310-680-200-555003": [20000, 10000], + "310-680-200-555002": [20000, 10000] } }