From 2dd43d3e5b5305db3a5ecafabdd9cf8e7775ec75 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 1 Aug 2019 19:00:56 +0530 Subject: xdr: add code so we have more xdr functions covered Updates: bz#1693692 Change-Id: Ia10ccca5e1fed6c4269842ebb4d507662ca0f6a6 Signed-off-by: Amar Tumballi --- tests/line-coverage/cli-peer-and-volume-operations.t | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/line-coverage') diff --git a/tests/line-coverage/cli-peer-and-volume-operations.t b/tests/line-coverage/cli-peer-and-volume-operations.t index 5c44565cbc9..a1545048773 100644 --- a/tests/line-coverage/cli-peer-and-volume-operations.t +++ b/tests/line-coverage/cli-peer-and-volume-operations.t @@ -84,4 +84,12 @@ TEST $CLI_1 system getspec $V0 TEST $CLI_1 system getwd TEST $CLI_1 system fsm log +# Both these may fail, but it covers xdr functions and some +# more code in cli/glusterd +$CLI_1 system:: mount test local:/$V0 +$CLI_1 system:: umount $M0 lazy +$CLI_1 system:: copy file options +$CLI_1 system:: portmap brick2port $H0:$B0/brick +$CLI_1 system:: uuid reset + cleanup -- cgit