File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ - Various QE scripts written by QE for Ceph Testing
2
+ This scripts once tested can be ported to main ceph-qa-scripts git repo
3
+
4
+ Scripts here can be in any language (Python/Perl/PHP/Shell etc)
5
+
6
+ Assumptions:
7
+ Script can assume the Ceph Cluster is formed and has to mention
8
+ the requirement of OSD/Mon/RGW nodes in its header comment
9
+
10
+ Example:
11
+ # Owner: Name
12
+ # Email: EmailId
13
+ # Script to test the RBD Negative CLI's
14
+ # This script requires 3 nodes with 2 mons and 2 osd's on each node
15
+ # This script also needs a client and should be run on client
16
+ # Test Description:
17
+ # a) Invoke various rbd cli commands with negative options
18
+ # b) Verify the cli throws appropriate error message
19
+ # c)
20
+ # Success: exit code: 0
21
+ # Failure: Non Zero Exit or ERROR message in output
22
+
You can’t perform that action at this time.
0 commit comments