Skip to content

Commit fe26874

Browse files
committed
Ceph QE script Repo directory structure
Signed-off-by: Vasu Kulkarni <[email protected]>
0 parents  commit fe26874

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)