tools/testing/nvdimm: improve emulation of smart injection
authorVishal Verma <vishal.l.verma@intel.com>
Mon, 30 Jul 2018 22:11:34 +0000 (16:11 -0600)
committerDave Jiang <dave.jiang@intel.com>
Wed, 1 Aug 2018 00:05:19 +0000 (17:05 -0700)
commitb4d4702f30e09ed1311e560334eb25fc2015c8ce
tree23830f52a02346c833f093e25c4568e1d4524413
parent86ed913b0e826da56aa780a3f5cfbbb02ed674a8
tools/testing/nvdimm: improve emulation of smart injection

The emulation for smart injection commands for nfit neglected to check
the smart field validity flags before injecting to that field. This is
required as a way to distinguish un-injection vs. leave-alone.

The emulation was also missing support for un-injection entirely. To add
this support, first, fix the above flags check. Second, use the
'enable' field in the injection command to determine injection vs
un-injection. Third, move the smart initialization struct to be a global
static structure for the nfit_test module. Reference this to get the
smart 'defaults' when un-injecting a smart field.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
tools/testing/nvdimm/test/nfit.c