summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml')
-rw-r--r--src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml b/src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml
new file mode 100644
index 0000000..cb583c7
--- /dev/null
+++ b/src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml
@@ -0,0 +1,14 @@
+roles:
+ - [client.0]
+tasks:
+ - install:
+ tag: v0.94.1
+ - exec:
+ client.0:
+ - ceph --version | grep 'version 0.94.1'
+ - install.upgrade:
+ client.0:
+ tag: v0.94.3
+ - exec:
+ client.0:
+ - ceph --version | grep 'version 0.94.3'