Discussion:
[Libstoragemgmt-devel] [PATCH 0/6] vpd83 checking & tests
Tony Asleson
2014-09-04 21:54:40 UTC
Permalink
Gris had some patches that started with this so I used what was
available and added some C bits and made the checks public so
that developers can check the validity of the vpd before calling
into the library with it.

This patch set also includes running the plug-in test against the
C and PY simulators.

Gris Ge (2):
Python Libray: Forcing Volume.vpd83 to be lower 32 hex digitals
Plugins: Change VPD83 to lower 32 hex digitals V2

Tony Asleson (4):
plugin_test.py: Fix vpd check
C & PY: Public function/method to check vpd format
plugin_test.py: Remove trailing '_' from random names
Run plugin_test.py against sim & simc

.../include/libstoragemgmt/libstoragemgmt_common.h | 8 +++++++
c_binding/lsm_datatypes.cpp | 15 +++++++++---
c_binding/lsm_mgmt.cpp | 18 +++++++++++++++
plugin/nstor/nstor.py | 5 ++--
plugin/sim/simarray.py | 4 ++--
plugin/smispy/smis.py | 5 +++-
python_binding/lsm/_data.py | 19 +++++++++++++++
test/Makefile.am | 2 +-
test/plugin_test.py | 20 ++++++++++++----
test/runtests.sh | 6 +++++
test/tester.c | 27 ++++++++++++++++++++++
11 files changed, 116 insertions(+), 13 deletions(-)
--
1.8.2.1
Loading...