• Rakesh Mundlamuri's avatar
    Modify the script with a retry logic for a failed test and print summary · 871b813c
    Rakesh Mundlamuri authored
    This commit inputs several distances at once and obtain the summary of
    successful and failed tests. We look for the number of successful tests
    that are geater than 0. We do that here since we sometimes dont receive
    a response for a telnet command from the rfsim although the command
    is applied. This is related to the queing telnet commands in the rfsim.
    
    The script for the distances 50, 100 and 150 are called as follows,
    
    ./set-and-verify-distance-prs.sh 50 100 150
    
    The summary can be viewed as follows,
    ==================== SUMMARY ====================
    Total tests run : 3
    Successful tests: 3
    Failed tests    : 0
    =================================================
    871b813c
set-and-verify-distance-prs.sh 2.65 KB