summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/setup.py
diff options
context:
space:
mode:
authorRajesh Madaka <rmadaka@redhat.com>2018-01-26 17:21:16 +0530
committerRajesh Madaka <rmadaka@redhat.com>2018-02-05 15:34:47 +0530
commit1b5d406a6c44c269ed931c5ce038436d9fd969f3 (patch)
treeb8ac527d48d7445914e7488c8bc124b81c674a54 /glustolibs-gluster/setup.py
parent1d0ee6335a8a75fd95b2dc0d424e8837cfa83004 (diff)
Test case for performing different combinations of gluster
volume get functionalities Test steps: 1. Create a gluster cluster 2. Get the option from the non-existing volume, # gluster volume get <non-existing vol> io-cache 3. Get all options from the non-existing volume, # gluster volume get <non-existing volume > all 4. Provide a incorrect command syntax to get the options from the volume # gluster volume get <vol-name> # gluster volume get # gluster volume get io-cache 5. Create any type of volume in the cluster 6. Get the value of the non-existing option # gluster volume get <vol-name> temp.key 7. get all options set on the volume # gluster volume get <vol-name> all 8. get the specific option set on the volume # gluster volume get <vol-name> io-cache 9. Set an option on the volume # gluster volume set <vol-name> performance.low-prio-threads 14 10. Get all the options set on the volume and check for low-prio-threads # gluster volume get <vol-name> all | grep -i low-prio-threads 11. Get all the options set on the volume # gluster volume get <vol-name> all 12. Check for any cores in "cd /" Change-Id: Ifd7697e68d7ecf297d7be75680a5681686c51ca0 Signed-off-by: Rajesh Madaka <rmadaka@redhat.com>
Diffstat (limited to 'glustolibs-gluster/setup.py')
0 files changed, 0 insertions, 0 deletions