]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
Test: Fix some contrast infomation in test case 438/head
authorroot <root@big-core-vm.novalocal>
Thu, 11 May 2017 07:53:09 +0000 (07:53 +0000)
committerroot <root@big-core-vm.novalocal>
Thu, 11 May 2017 08:17:20 +0000 (08:17 +0000)
commit34c5bef88b6acf955db5fc699824cc227ed8a532
tree8515857ad1e53938d4270c05149373350277ed06
parentb0a83b60bfdc39154098fa196ff589e7c2cf8848
Test: Fix some contrast infomation in test case

Maybe someone forgets to fix test info in test_install.py.

E AssertionError: assert ['ceph', 'cep...d', 'radosgw'] ==
    ['ceph-mds', '...d', 'radosgw']
E   At index 0 diff: 'ceph' != 'ceph-mds'
E   Full diff:
E   - ['ceph', 'ceph-mds', 'ceph-mon', 'ceph-osd', 'radosgw']
E   ?  --------
E   + ['ceph-mds', 'ceph-mgr', 'ceph-mon', 'ceph-osd', 'radosgw']
E   ?              ++++++++++++

So fix it.

Signed-off-by: Yu Shengzuo <yu.shengzuo@99cloud.net>
ceph_deploy/tests/test_install.py