This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".

The branch, master has been updated
       via  01768e69b0a7c8914584c6ed2adeccd16879772d (commit)
       via  aaff2e7aac9e1135a9d33aadb6491df4e33aa848 (commit)
       via  b02c14fcf79e37acd94a93f0f8b55f8291b981f7 (commit)
       via  02ed9640dc6b6445c5f58d916c4f9155b82c8f5b (commit)
       via  38a02ebf5e2e7a76ad534bef0e2ddcb05b74a531 (commit)
      from  1869ab637374039fcdee0b09fcc3185410f8c17f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01768e69b0a7c8914584c6ed2adeccd16879772d
Author: Gris Ge <f...@redhat.com>
Date:   Mon Mar 16 20:43:30 2015 +0800

    lsmcli: Add missing manpage entries for volume-raid-info command.
    
     * Add manpage section for volume-raid-info command and its
       alias 'vri'.
    
    Signed-off-by: Gris Ge <f...@redhat.com>

commit aaff2e7aac9e1135a9d33aadb6491df4e33aa848
Author: Gris Ge <f...@redhat.com>
Date:   Mon Mar 16 20:43:29 2015 +0800

    ONTAP Plugin: Fix bug an incorrect constant.
    
     * Replace incorrect constant 'Pool.RAID_TYPE_UNKNOWN' with
       'Volume.RAID_TYPE_UNKNOWN'.
    
    Signed-off-by: Gris Ge <f...@redhat.com>

commit b02c14fcf79e37acd94a93f0f8b55f8291b981f7
Author: Gris Ge <f...@redhat.com>
Date:   Mon Mar 16 20:43:28 2015 +0800

    ONTAP Plugin: Add missing capability VOLUME_RAID_INFO.
    
     * Add missing capability lsm.Capabilities.VOLUME_RAID_INFO.
    
    Signed-off-by: Gris Ge <f...@redhat.com>

commit 02ed9640dc6b6445c5f58d916c4f9155b82c8f5b
Author: Gris Ge <f...@redhat.com>
Date:   Mon Mar 16 14:41:42 2015 +0800

    Plugin Test: New feature: allowing skip certain test case(s)
    
     * Add new argument to plugin_test.py:
        --skip <TEST_CASE_NAME>
            # Repeatable argument
    
     * If defined, test case will be marked as skipped in setUp() phase.
    
     * Using unittest.TestCase.skipTest() method which is new in python 2.7.
       Detect support status of this method right after argument parsing.
       Raise error if user try to skip certain test case on old python,
       for example: RHEL 6 does not support this feature.
    
     * This could allow auto test runner to skip known issue like MegaRAID
       does not provide VPD83 via 'megaraid://' plugin.
    
    Changes in V2:
    
     * Fix issue when running plugin_test without skip test defined.
       Simply set TestPlugin.SKIP_TEST_CASES as empty list.
    
    Signed-off-by: Gris Ge <f...@redhat.com>

commit 38a02ebf5e2e7a76ad534bef0e2ddcb05b74a531
Author: Gris Ge <f...@redhat.com>
Date:   Mon Mar 16 14:41:41 2015 +0800

    Plugin Test: Split Volume VPD83 test out.
    
     * Splitting test test_volume_list into:
        1. test_volume_list
           # Only testing lsm.Client.volumes() method.
        2. test_volume_vpd83
           # Test VPD83 information.
    
    Signed-off-by: Gris Ge <f...@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 doc/man/lsmcli.1.in   |    9 +++++++++
 plugin/ontap/ontap.py |    3 ++-
 test/plugin_test.py   |   49 ++++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 49 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
libstoragemgmt

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libstoragemgmt-devel mailing list
Libstoragemgmt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libstoragemgmt-devel

Reply via email to