Skip to content

Commit

Permalink
[tests] remove debugging sleep()
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 15, 2018
1 parent c6865a3 commit 68517f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libnozzle/tests/nozzle_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ static int check_knet_mtu_ipv6(void)
if (err) {
printf("Unable to assign IP address\n");
err=-1;
sleep(30);
goto out_clean;
}

Expand Down Expand Up @@ -579,7 +578,6 @@ static int check_knet_mac(void)
if (memcmp(cur_mac, tmp_mac, sizeof(struct ether_addr))) {
printf("Mac addresses are not the same?!\n");
err = -1;
sleep(20);
goto out_clean;
}

Expand Down

0 comments on commit 68517f3

Please sign in to comment.