Skip to content

Commit c62dba5

Browse files
committed
Fixed rmnet and IPA script.
Added functestlib.sh for IPA and RMNET Signed-off-by: Vamsee Narapareddi <[email protected]>
1 parent 83933ce commit c62dba5

File tree

2 files changed

+2
-2
lines changed
  • Runner/suites/Kernel/FunctionalArea/baseport

2 files changed

+2
-2
lines changed

Runner/suites/Kernel/FunctionalArea/baseport/IPA/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Import test suite definitions
33
. $(pwd)/init_env
44
TESTNAME="IPA"
5-
5+
. "$TOOLS/functestlib.sh"
66
test_path=$(find_test_case_by_name "$TESTNAME")
77
log_info "-----------------------------------------------------------------------------------------"
88
log_info "-------------------Starting $TESTNAME Testcase----------------------------"

Runner/suites/Kernel/FunctionalArea/baseport/RMNET/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Import test suite definitions
33
. $(pwd)/init_env
44
TESTNAME="RMNET"
5-
5+
. "$TOOLS/functestlib.sh"
66
test_path=$(find_test_case_by_name "$TESTNAME")
77
log_info "-----------------------------------------------------------------------------------------"
88
log_info "-------------------Starting $TESTNAME Testcase----------------------------"

0 commit comments

Comments
 (0)