From 0a8b85e3a8228c399dde807c3ca781a452a1fc90 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Fri, 17 Jun 2016 01:27:31 -0400 Subject: tests: Enable all gfapi test cases Change-Id: I32bfec4af91348d96dc3e81a9d5c9cad599f821b Bug: 1358594 Signed-off-by: Poornima G Reviewed-on: http://review.gluster.org/14748 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Raghavendra Talur --- tests/basic/gfapi/anonymous_fd.sh | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 tests/basic/gfapi/anonymous_fd.sh (limited to 'tests/basic/gfapi/anonymous_fd.sh') diff --git a/tests/basic/gfapi/anonymous_fd.sh b/tests/basic/gfapi/anonymous_fd.sh deleted file mode 100755 index 2184f8efc8e..00000000000 --- a/tests/basic/gfapi/anonymous_fd.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -. $(dirname $0)/../../include.rc -. $(dirname $0)/../../volume.rc - -cleanup; - -TEST glusterd - -TEST $CLI volume create $V0 $H0:$B0/brick1; -EXPECT 'Created' volinfo_field $V0 'Status'; - -TEST $CLI volume start $V0; -EXPECT 'Started' volinfo_field $V0 'Status'; - -logdir=`gluster --print-logdir` - -TEST build_tester $(dirname $0)/anonymous_fd_read_write.c -lgfapi -o $(dirname $0)/anonymous_fd -TEST ./$(dirname $0)/anonymous_fd $V0 $logdir/anonymous_fd.log - -cleanup_tester $(dirname $0)/anonymous_fd - -TEST $CLI volume stop $V0 -TEST $CLI volume delete $V0 - -cleanup; -- cgit