test: add installing python3-pandas in vm_setup.sh

Add installing python3-pandas.
put it into vm_setup.sh, this package is needed by autorun_post.py

Change-Id: I76c98c54f16be69879ac05d5128a049fc693e455
Signed-off-by: yidong0635 <dongx.yi@intel.com>
Reviewed-on: https://review.gerrithub.io/c/435968
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
yidong0635 2019-01-17 05:36:04 -05:00 committed by Jim Harris
parent ce6e223b77
commit 310df31b88

View File

@ -410,6 +410,7 @@ if $INSTALL; then
socat \ socat \
sshfs \ sshfs \
sshpass \ sshpass \
python3-pandas \
btrfs-progs btrfs-progs
fi fi