Commit d6213c26 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in run_all.bash script

parent a87c456d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -107,19 +107,19 @@ system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debu
#AtsNg112_TestControl.control

# IUT successfully responds with a Point when it receives a HTTP POST location request without location type
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_01
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_01
# IUT successfully responds with a Circle when it receives a HTTP POST location request without location type
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_02
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_02
# IUT successfully responds with a reference when it receives a HTTP POST location request with location type locationURI and exact attribute
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_03
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_03
# IUT successfully responds with a reference and geodetic location when it receives a HTTP POST location request with location types locationURI and geodetic and exact attribute
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_04
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_04
# IUT successfully responds with an error response when it receives a HTTP POST location request for an unknown device
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_05
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_05
# IUT successfully responds with a CIVIC address when it receives a HTTP POST location request without location type
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_06
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_06
# IUT successfully responds with an error response when it receives a HTTP POST location request with an unknown location type
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_07
AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_07
# IUT successfully returns the location when a locationURI is dereferenced
AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_01
# IUT returns HTTP error 404 if it does not support HTTP GET method
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ then
    fi
fi

rm ../bin/S1/logs/merged.*.log
rm ../logs/$ATS/*.log

for i in $(seq 1 1 $COUNTER)
do