Change default vports type to int 54/67054/1
authorChornyi, TarasX <tarasx.chornyi@intel.com>
Mon, 18 Feb 2019 10:10:44 +0000 (12:10 +0200)
committerChornyi, TarasX <tarasx.chornyi@intel.com>
Mon, 18 Feb 2019 10:10:44 +0000 (12:10 +0200)
JIRA: YARDSTICK-1592

Change-Id: Ie64cadcfc9077aed3b4bfeed6055118dc7008eb8
Signed-off-by: Chornyi Taras <tarasx.chornyi@intel.com>
samples/vnf_samples/nsut/agnostic/agnostic_vnf_topology_trex_tmpl.yaml

index 8af938b..f8074f4 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ---
-{% set vports = get(extra_args, 'vports', '2') %}
+{% set vports = get(extra_args, 'vports', 2) %}
 nsd:nsd-catalog:
     nsd:
     -   id: agnostic-topology
@@ -49,4 +49,4 @@ nsd:nsd-catalog:
             -   member-vnf-index-ref: '1'
                 vnfd-connection-point-ref: xe{{vport+1}}
                 vnfd-id-ref: tg__0
-{% endfor %}
\ No newline at end of file
+{% endfor %}