Tony Asleson
2014-09-05 15:16:00 UTC
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 3a7352be7b417b6589790a6c570134ba6d22163e (commit)
via f95cb0833a3c5f229ad2e5cdf3c57781bfa0881a (commit)
via 5e29edc0217eb92fe851e5994e4c1f092d57ae93 (commit)
via 5ff8d1be045525ac6361522f56407e55473a878c (commit)
via 0c5737ba2a6a0e449c4261e92fd24a247c4e40f0 (commit)
via 59007d3f0f81145cbaf0ec92d890cd48fcffca07 (commit)
via 54745cbc60bcb51856a560d57e6414112cc8a830 (commit)
via c68e38f7d556cc84b17581c48941cf947aa7d3c7 (commit)
from 3e070eec4472fb2b3886d9c62f0fa0cd781d20e0 (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 3a7352be7b417b6589790a6c570134ba6d22163e
Author: Gris Ge <***@redhat.com>
Date: Fri Sep 5 17:09:13 2014 +0800
Packaging: Add PyYAML as build require for plugin_test.py
As plugin_test.py has been added into `make check`, we need to make sure
PyYAML is installed by RPM SPEC or autoconf.
Signed-off-by: Gris Ge <***@redhat.com>
commit f95cb0833a3c5f229ad2e5cdf3c57781bfa0881a
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 11:07:49 2014 -0500
_client.py: Use the class constant for default flags
Replaced all the flags=0 with flags=FLAG_RSVD
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5e29edc0217eb92fe851e5994e4c1f092d57ae93
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 15:43:09 2014 -0500
Run plugin_test.py against sim & simc
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5ff8d1be045525ac6361522f56407e55473a878c
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 15:25:11 2014 -0500
plugin_test.py: Remove trailing '_' from random names
Change this so random names are in the form:
lsm_<component>_<random characters>
Signed-off-by: Tony Asleson <***@redhat.com>
commit 0c5737ba2a6a0e449c4261e92fd24a247c4e40f0
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 15:23:38 2014 -0500
C & PY: Public function/method to check vpd format
The library expects and now enforces 32 character lower case hex
representation for vpd 0x83.
Added:
C: lsm_volume_vpd83_verify
Py: Volume.vpd83_verify
To allow a user the ability to validate the vpd.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 59007d3f0f81145cbaf0ec92d890cd48fcffca07
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 11:32:17 2014 -0500
plugin_test.py: Fix vpd check
Signed-off-by: Tony Asleson <***@redhat.com>
commit 54745cbc60bcb51856a560d57e6414112cc8a830
Author: Gris Ge <***@redhat.com>
Date: Mon Sep 1 16:28:04 2014 +0800
Plugins: Change VPD83 to lower 32 hex digitals V2
* Updated these plugins for Volume.vpd83 property:
SMI-S
Nstor
sim
* These plugins already set correct vpd83:
simc
ontap
V2: Fix merge conflicts
Simplify regex. string in smis.py
Signed-off-by: Gris Ge <***@redhat.com>
Signed-off-by: Tony Asleson <***@redhat.com>
commit c68e38f7d556cc84b17581c48941cf947aa7d3c7
Author: Gris Ge <***@redhat.com>
Date: Mon Sep 1 16:28:03 2014 +0800
Python Libray: Forcing Volume.vpd83 to be lower 32 hex digitals
* Raise error(INVALID_ARGUMENT) if got incorrect format of vpd83, should be
lower 32 hex digitals.
Signed-off-by: Gris Ge <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
.../include/libstoragemgmt/libstoragemgmt_common.h | 8 ++
c_binding/lsm_datatypes.cpp | 15 ++-
c_binding/lsm_mgmt.cpp | 18 ++++
configure.ac | 1 +
packaging/libstoragemgmt.spec.in | 1 +
plugin/nstor/nstor.py | 5 +-
plugin/sim/simarray.py | 4 +-
plugin/smispy/smis.py | 5 +-
python_binding/lsm/_client.py | 106 ++++++++++----------
python_binding/lsm/_data.py | 19 ++++
test/Makefile.am | 2 +-
test/plugin_test.py | 20 +++-
test/runtests.sh | 6 +
test/tester.c | 27 +++++
14 files changed, 173 insertions(+), 64 deletions(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".
The branch, master has been updated
via 3a7352be7b417b6589790a6c570134ba6d22163e (commit)
via f95cb0833a3c5f229ad2e5cdf3c57781bfa0881a (commit)
via 5e29edc0217eb92fe851e5994e4c1f092d57ae93 (commit)
via 5ff8d1be045525ac6361522f56407e55473a878c (commit)
via 0c5737ba2a6a0e449c4261e92fd24a247c4e40f0 (commit)
via 59007d3f0f81145cbaf0ec92d890cd48fcffca07 (commit)
via 54745cbc60bcb51856a560d57e6414112cc8a830 (commit)
via c68e38f7d556cc84b17581c48941cf947aa7d3c7 (commit)
from 3e070eec4472fb2b3886d9c62f0fa0cd781d20e0 (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 3a7352be7b417b6589790a6c570134ba6d22163e
Author: Gris Ge <***@redhat.com>
Date: Fri Sep 5 17:09:13 2014 +0800
Packaging: Add PyYAML as build require for plugin_test.py
As plugin_test.py has been added into `make check`, we need to make sure
PyYAML is installed by RPM SPEC or autoconf.
Signed-off-by: Gris Ge <***@redhat.com>
commit f95cb0833a3c5f229ad2e5cdf3c57781bfa0881a
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 11:07:49 2014 -0500
_client.py: Use the class constant for default flags
Replaced all the flags=0 with flags=FLAG_RSVD
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5e29edc0217eb92fe851e5994e4c1f092d57ae93
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 15:43:09 2014 -0500
Run plugin_test.py against sim & simc
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5ff8d1be045525ac6361522f56407e55473a878c
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 15:25:11 2014 -0500
plugin_test.py: Remove trailing '_' from random names
Change this so random names are in the form:
lsm_<component>_<random characters>
Signed-off-by: Tony Asleson <***@redhat.com>
commit 0c5737ba2a6a0e449c4261e92fd24a247c4e40f0
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 15:23:38 2014 -0500
C & PY: Public function/method to check vpd format
The library expects and now enforces 32 character lower case hex
representation for vpd 0x83.
Added:
C: lsm_volume_vpd83_verify
Py: Volume.vpd83_verify
To allow a user the ability to validate the vpd.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 59007d3f0f81145cbaf0ec92d890cd48fcffca07
Author: Tony Asleson <***@redhat.com>
Date: Thu Sep 4 11:32:17 2014 -0500
plugin_test.py: Fix vpd check
Signed-off-by: Tony Asleson <***@redhat.com>
commit 54745cbc60bcb51856a560d57e6414112cc8a830
Author: Gris Ge <***@redhat.com>
Date: Mon Sep 1 16:28:04 2014 +0800
Plugins: Change VPD83 to lower 32 hex digitals V2
* Updated these plugins for Volume.vpd83 property:
SMI-S
Nstor
sim
* These plugins already set correct vpd83:
simc
ontap
V2: Fix merge conflicts
Simplify regex. string in smis.py
Signed-off-by: Gris Ge <***@redhat.com>
Signed-off-by: Tony Asleson <***@redhat.com>
commit c68e38f7d556cc84b17581c48941cf947aa7d3c7
Author: Gris Ge <***@redhat.com>
Date: Mon Sep 1 16:28:03 2014 +0800
Python Libray: Forcing Volume.vpd83 to be lower 32 hex digitals
* Raise error(INVALID_ARGUMENT) if got incorrect format of vpd83, should be
lower 32 hex digitals.
Signed-off-by: Gris Ge <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
.../include/libstoragemgmt/libstoragemgmt_common.h | 8 ++
c_binding/lsm_datatypes.cpp | 15 ++-
c_binding/lsm_mgmt.cpp | 18 ++++
configure.ac | 1 +
packaging/libstoragemgmt.spec.in | 1 +
plugin/nstor/nstor.py | 5 +-
plugin/sim/simarray.py | 4 +-
plugin/smispy/smis.py | 5 +-
python_binding/lsm/_client.py | 106 ++++++++++----------
python_binding/lsm/_data.py | 19 ++++
test/Makefile.am | 2 +-
test/plugin_test.py | 20 +++-
test/runtests.sh | 6 +
test/tester.c | 27 +++++
14 files changed, 173 insertions(+), 64 deletions(-)
hooks/post-receive
--
libstoragemgmt
libstoragemgmt