From 2cdc270f968d6b0a4b9668110394dae8d20aa0f1 Mon Sep 17 00:00:00 2001 From: Lei Xue Date: Thu, 22 Jun 2017 09:14:23 +0800 Subject: [PATCH] add ISCSITMF test case back to travis test --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b46cc70..3504d8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ env: language: go go: - 1.6 + - 1.7 + - 1.8 install: - true @@ -36,8 +38,7 @@ script: - ./autogen.sh - ./configure 2>&1 >/dev/null - make 2>&1 >/dev/null - # This case will be failed, because the gotgt does not support async mode now. - #- ./test-tool/iscsi-test-cu -d -A -V --test=iSCSI.iSCSITMF iscsi://127.0.0.1:3260/${TARGET}/0 + - ./test-tool/iscsi-test-cu -d -A -V --test=iSCSI.iSCSITMF iscsi://127.0.0.1:3260/${TARGET}/0 - ./test-tool/iscsi-test-cu -d -A --test=SCSI.TestUnitReady iscsi://127.0.0.1:3260/${TARGET}/0 - ./test-tool/iscsi-test-cu -d -A --test=SCSI.ReadCapacity10 iscsi://127.0.0.1:3260/${TARGET}/0 - ./test-tool/iscsi-test-cu -d -A --test=SCSI.ReadCapacity16 iscsi://127.0.0.1:3260/${TARGET}/0