mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	sleep command breaks regression
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		@@ -208,7 +208,7 @@ function echo_print() {
 | 
				
			|||||||
    echo "Beginning $CURR_TEST_NAME test..." >>${HOMEPATH}/test_all_output_file.txt
 | 
					    echo "Beginning $CURR_TEST_NAME test..." >>${HOMEPATH}/test_all_output_file.txt
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function run_test() {
 | 
					function run_test()nano r e  {
 | 
				
			||||||
    for i in "${testCommands[@]}"; do
 | 
					    for i in "${testCommands[@]}"; do
 | 
				
			||||||
        if [[ $mgrlen -gt 0 ]]; then
 | 
					        if [[ $mgrlen -gt 0 ]]; then
 | 
				
			||||||
          ./scenario.py --load FACTORY_DFLT --mgr ${MGR}
 | 
					          ./scenario.py --load FACTORY_DFLT --mgr ${MGR}
 | 
				
			||||||
@@ -229,7 +229,7 @@ function run_test() {
 | 
				
			|||||||
        if (( $CURR_TEST_NUM > $START_NUM )) || (( $CURR_TEST_NUM == $START_NUM )); then
 | 
					        if (( $CURR_TEST_NUM > $START_NUM )) || (( $CURR_TEST_NUM == $START_NUM )); then
 | 
				
			||||||
            echo_print
 | 
					            echo_print
 | 
				
			||||||
            echo "$i"
 | 
					            echo "$i"
 | 
				
			||||||
            timeout 300 $i > "${TEST_DIR}/${NAME}.txt" 2> "${TEST_DIR}/${NAME}_stderr.txt"
 | 
					            $i > "${TEST_DIR}/${NAME}.txt" 2> "${TEST_DIR}/${NAME}_stderr.txt"
 | 
				
			||||||
            chmod 664 "${TEST_DIR}/${NAME}.txt"
 | 
					            chmod 664 "${TEST_DIR}/${NAME}.txt"
 | 
				
			||||||
            FILESIZE=$(stat -c%s "${TEST_DIR}/${NAME}_stderr.txt") || 0
 | 
					            FILESIZE=$(stat -c%s "${TEST_DIR}/${NAME}_stderr.txt") || 0
 | 
				
			||||||
            if (( ${FILESIZE} > 0)); then
 | 
					            if (( ${FILESIZE} > 0)); then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user