~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/tests-disable-ceph-disk.patch

  • Committer: james.page at ubuntu
  • Date: 2015-03-02 08:41:36 UTC
  • Revision ID: james.page@ubuntu.com-20150302084136-pt6i3vanjmamkrkq
* New upstream release candidate for Hammer stable release (LP: #1423601).
  - d/control,python-*: Split out rbd, rados and cephfs bindings into
    separate python packages, move some bits into ceph/ceph-common.
  - d/control: Move python-flask dependency to ceph package, only required
    for REST API.
  - d/control: Add BD on yasm for amd64 only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Last-Update: 2014-10-31
2
 
Forwarded: no
3
 
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
4
 
Description: disable (FS-dependent?) "ceph-disk" test which always seems to fail...
5
 
 
6
 
--- a/src/test/Makefile.am
7
 
+++ b/src/test/Makefile.am
8
 
@@ -241,9 +241,8 @@
9
 
        test/mon/osd-erasure-code-profile.sh \
10
 
        test/mon/mkfs.sh \
11
 
        test/osd/osd-config.sh \
12
 
        test/osd/osd-bench.sh \
13
 
-       test/ceph-disk.sh \
14
 
        test/mon/mon-handle-forward.sh \
15
 
        test/vstart_wrapped_tests.sh
16
 
 endif
17