From 0d4fcfcd7f4bd4c517aeb2746af7c2cfa561a99d Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 17 2018 13:49:33 +0000 Subject: adding simple sleep operation for tftp put operation --- diff --git a/tests/p_tftp-server/20-tftp-server_put-test.sh b/tests/p_tftp-server/20-tftp-server_put-test.sh index 2bfaf22..48795ae 100755 --- a/tests/p_tftp-server/20-tftp-server_put-test.sh +++ b/tests/p_tftp-server/20-tftp-server_put-test.sh @@ -23,6 +23,9 @@ chmod 666 $TFTP_DIR/put_test tftp 127.0.0.1 -c put put_test +# needed as caught by 7.5.1804 : allowing filesystem to flush to disk otherwise it fails +sleep 2 + cat $TFTP_DIR/put_test | grep -q 't_functional_test' ret_val=$?