X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;fp=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;h=dac4521601a3a3fb25444e0b8891e8743f63f230;hp=7b9cb1cf9582df459360c30b48bfe7a4bcf8e16f;hb=a6f2f1efe23b31f072a69180f3bfb1d5eeecb018;hpb=c084c8e5bda5b402b31391dde8dcd39b273a3b66 diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 7b9cb1cf95..dac4521601 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -487,6 +487,10 @@ function get_test_code () { NODENESS="3n" FLAVOR="dnv" ;; + *"3n-snr"*) + NODENESS="3n" + FLAVOR="snr" + ;; *"2n-tx2"*) NODENESS="2n" FLAVOR="tx2" @@ -879,6 +883,9 @@ function select_tags () { *"3n-dnv"* | *"2n-dnv"*) default_nic="nic_intel-x553" ;; + *"3n-snr"*) + default_nic="nic_intel-e810xxv" + ;; *"3n-tsh"*) default_nic="nic_intel-x520-da2" ;; @@ -1034,6 +1041,8 @@ function select_tags () { test_tag_array+=("!vts") test_tag_array+=("!drv_avf") ;; + *"3n-snr"*) + ;; *"3n-tsh"*) # 3n-tsh only has x520 NICs which don't work with AVF test_tag_array+=("!drv_avf")