Comment 4 for bug 1781269

Revision history for this message
Michael Reed (mreed8855) wrote :

I have executed the tests after installing the packages and the tests all passed

ubuntu@R740xd-nvme-57:~/tests/pmdk_test$ sh ./daxio-version; echo $?
+ dpkg-query -f ${Version}\n -W pmdk-tools
+ cut -d - -f 1
+ pkg_version=1.4.1
+ echo pmdk-tools package version: 1.4.1
pmdk-tools package version: 1.4.1
+ daxio -V
+ daxio_version=1.4.1
+ echo daxio version: 1.4.1
daxio version: 1.4.1
+ [ 1.4.1 = 1.4.1 ]
+ echo Version match, OK
Version match, OK
0

ubuntu@R740xd-nvme-57:~/tests/pmdk_test$ sh ./manage-pools; echo $?
Testing pool type blk
Pool create
Pool info
Pool check
Pool remove

Testing pool type log
Pool create
Pool info
Pool check
Pool remove

Testing pool type obj
Pool create
Pool info
Pool check
Pool remove

Tests succeeded.
0

ubuntu@R740xd-nvme-57:~/tests/pmdk_test$ sh ./rpmemd-version; echo $?
+ dpkg-query -f ${Version}\n -W pmdk-tools
+ cut -d - -f 1
+ pkg_version=1.4.1
+ echo pmdk-tools package version: 1.4.1
pmdk-tools package version: 1.4.1
+ rpmemd -V
+ cut -d -f 3
+ rpmemd_version=1.4.1
+ echo rpmemd version: 1.4.1
rpmemd version: 1.4.1
+ [ 1.4.1 = 1.4.1 ]
+ echo Version match, OK
Version match, OK
0