diff options
author | Amar Tumballi <amarts@redhat.com> | 2019-05-31 08:53:58 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-05-31 08:56:01 +0530 |
commit | 4b8244df9d0851ae82cfef5cce359233af7812c8 (patch) | |
tree | 8f7ae2e6c2f092a006f9949108149d1359a94a5d /tests/basic/cloudsync-sanity.t | |
parent | 5866f5e9b09bc10dfb1631b5636c5b7870fc61ff (diff) |
lcov: more coverage to shard, old-protocol, sdfs
updates: bz#1693692
Change-Id: If4c30572d4501d169bb4b0871c677d974515867c
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/basic/cloudsync-sanity.t')
-rw-r--r-- | tests/basic/cloudsync-sanity.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/cloudsync-sanity.t b/tests/basic/cloudsync-sanity.t index 3cf719da011..f859f3fb504 100644 --- a/tests/basic/cloudsync-sanity.t +++ b/tests/basic/cloudsync-sanity.t @@ -19,4 +19,11 @@ TEST $GFS -s $H0 --volfile-id $V0 $M1; # create operations TEST $(dirname $0)/rpc-coverage.sh $M1 + +TEST cp $(dirname ${0})/../../api/examples/glfsxmp.c glfsxmp.c +TEST build_tester ./glfsxmp.c -lgfapi +./glfsxmp $V0 $H0 +cleanup_tester ./glfsxmp +rm ./glfsxmp.c + cleanup; |