diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2020-12-14 12:38:54 +0100 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2020-12-14 13:06:23 +0100 |
commit | 89b8b44dd1491af8f810d3b1571ded82cd6d2fd4 (patch) | |
tree | 38f1f59eebfe550aa979e500c428d914ea4e24e1 | |
parent | 1d09e1ddb6eaf97c85dd714095f39fcc20839b9a (diff) |
Configure test script to use o-ran-sc cherry branch
Change-Id: Ie8bb586014393e1f9c8c2aee71afb8dc00f1bc6b
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3043
-rwxr-xr-x | plans/ccsdk-oran/polmansuite/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/ccsdk-oran/polmansuite/setup.sh b/plans/ccsdk-oran/polmansuite/setup.sh index b02d9db3..cf9ebde2 100755 --- a/plans/ccsdk-oran/polmansuite/setup.sh +++ b/plans/ccsdk-oran/polmansuite/setup.sh @@ -19,7 +19,7 @@ cd $WORKSPACE/archives -git clone "https://gerrit.o-ran-sc.org/r/nonrtric" +git clone "https://gerrit.o-ran-sc.org/r/nonrtric" -b cherry AUTOTEST_ROOT=$WORKSPACE/archives/nonrtric/test/auto-test POLMAN_PLANS=$WORKSPACE/plans/ccsdk-oran/polmansuite |