X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2Fformat_endpoint_stats.sh;h=80809fe0fa22ca58264120292f70c4af2eb0a210;hb=9ddce2b0e23655371aa311c94ce9605dcc74f74e;hp=1ccbc82bf807d44edddbf5de503d725ab85dfb4e;hpb=23d69b4a0fac41be58676c006867332c9fac6071;p=nonrtric.git diff --git a/test/common/format_endpoint_stats.sh b/test/common/format_endpoint_stats.sh index 1ccbc82b..80809fe0 100755 --- a/test/common/format_endpoint_stats.sh +++ b/test/common/format_endpoint_stats.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============LICENSE_START=============================================== -# Copyright (C) 2021 Nordix Foundation. All rights reserved. +# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ # ============LICENSE_END================================================= # -# This script format http endpoint stats generated by testscripts +# This script format http endpoint stats generated by test scripts print_usage() { echo "Usage: format_endpoint_stats [tc-id]+ " @@ -133,5 +133,6 @@ echo "=== Results: positive=2XX http status, negative=non 2XX http status - (ok echo "Method Endpoint Positive Negative" cat $SUMMARYFILE | cut -c 4- +echo "-- end of test report -- " exit 0