X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsr_si_static_test.c;h=e3b5a7763e70f8e280d209953fcefaac52c8d578;hb=ef95978e031689e5bd7417ed033e1053a1036278;hp=be99359fa29cb099cb2342c744f7c5575ee728c4;hpb=9c923bcc9322c22220b574671c7b46f10008c614;p=ric-plt%2Flib%2Frmr.git diff --git a/test/sr_si_static_test.c b/test/sr_si_static_test.c index be99359..e3b5a77 100644 --- a/test/sr_si_static_test.c +++ b/test/sr_si_static_test.c @@ -147,6 +147,10 @@ static int sr_si_test() { rtc_file( NULL ); // the static file only collector rtc_file( ctx ); + setenv( "RMR_RTREQ_FREQ", "400", 1 ); // force error checking code in rtc to resort to default + rtc( ctx ); + + setenv( "RMR_CTL_PORT", "43086", 1 ); // force defined branch in rtc rtc( ctx ); setenv( "RMR_RTG_SVC", "4567", 1 ); // drive for edge case coverage to ensure no nil pointer etc