pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14441


Change subject: bscnat: Add missing setverdict(pass) at the end
......................................................................

bscnat: Add missing setverdict(pass) at the end

Without this line, tests like TC_ctrl_location end up with verdict
"none".

Change-Id: I139a2ef63685b0f646fd9069031f92cf20eeca1e
---
M bsc-nat/BSCNAT_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/41/14441/1

diff --git a/bsc-nat/BSCNAT_Tests.ttcn b/bsc-nat/BSCNAT_Tests.ttcn
index e97eb83..41d58d7 100644
--- a/bsc-nat/BSCNAT_Tests.ttcn
+++ b/bsc-nat/BSCNAT_Tests.ttcn
@@ -192,6 +192,7 @@
        for (i := 0; i < NUM_MSC; i := i+1) {
                msc[i].MSC.stop;
        }
+       setverdict(pass);
 }



--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14441
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I139a2ef63685b0f646fd9069031f92cf20eeca1e
Gerrit-Change-Number: 14441
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to