summaryrefslogtreecommitdiffstats
path: root/scripts/cap2/per_template_gen1.yaml
diff options
context:
space:
mode:
authorWenxian Li <wenxianl@cisco.com>2015-09-08 17:45:43 -0400
committerWenxian Li <wenxianl@cisco.com>2015-09-08 17:45:43 -0400
commit9a524989d331f04abecd3faa72d98157a8651739 (patch)
tree591f03ded71f8bfd40bbb35c6ddfbb86e85f8f94 /scripts/cap2/per_template_gen1.yaml
parent569ca4f3a4fe533f067d0c21c0624269b9c36c31 (diff)
Add more yaml example for per template tuple generator
Diffstat (limited to 'scripts/cap2/per_template_gen1.yaml')
-rw-r--r--scripts/cap2/per_template_gen1.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/scripts/cap2/per_template_gen1.yaml b/scripts/cap2/per_template_gen1.yaml
index 22b2ba64..41332518 100644
--- a/scripts/cap2/per_template_gen1.yaml
+++ b/scripts/cap2/per_template_gen1.yaml
@@ -13,11 +13,20 @@
generator_clients :
- name : "c1"
distribution : "seq"
- ip_start : "38.0.0.1"
- ip_end : "38.0.1.255"
+ ip_start : "26.0.0.1"
+ ip_end : "26.0.1.255"
+ - name : "c2"
+ distribution : "seq"
+ ip_start : "36.0.0.1"
+ ip_end : "36.0.1.255"
generator_servers :
- name : "s1"
distribution : "seq"
+ ip_start : "28.0.0.1"
+ ip_end : "28.0.1.255"
+ track_ports : false
+ - name : "s2"
+ distribution : "seq"
ip_start : "38.0.0.1"
ip_end : "38.0.1.255"
track_ports : false