[Bugs] [Bug 1177722] [RFE] Unittest framework for geo-replication

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 2 10:01:24 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1177722



--- Comment #3 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/9290 committed in master by Vijay Bellur
(vbellur at redhat.com) 
------
commit c3e6d6b54741cfbc828272ace576339ae3a37173
Author: Aravinda VK <avishwan at redhat.com>
Date:   Wed Dec 17 21:43:57 2014 +0530

    geo-rep: Unit tests infrastructure for geo-replication

    Added sample unit test file,
    $GLUSTER_SRC/geo-replication/tests/unit/test_syncdutils.py

    Install unittest dependencies, (tox https://tox.readthedocs.org/en/latest/,
    nose https://nose.readthedocs.org/en/latest/)
        sudo pip install --upgrade tox nose

    To run pep8 coding standards tests,
        cd $GLUSTER_SRC/geo-replication
        tox -e pep8

    To run unit tests,
        cd $GLUSTER_SRC/geo-replication
        tox -e py27

    py27 is for with Python 2.7+, or py26 for systems
    with Python 2.6+

    Change-Id: Ibdefe2c9d73afda9a7fa1c0db5b126f592b7cb40
    BUG: 1177722
    Signed-off-by: Aravinda VK <avishwan at redhat.com>
    Reviewed-on: http://review.gluster.org/9290
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Prashanth Pai <ppai at redhat.com>
    Reviewed-by: Vijay Bellur <vbellur at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uBcBt13pDS&a=cc_unsubscribe


More information about the Bugs mailing list