Merge "Configure ACL via static file"
[yardstick.git] / samples / ping-parallel.yaml
index 1924e76..c9a22a5 100644 (file)
@@ -1,3 +1,11 @@
+##############################################################################
+# Copyright (c) 2017 Ericsson AB and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 ---
 # Sample benchmark task config file
 # Two scenarios run in parallel using different type of runners
@@ -10,8 +18,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 100
-  host: client.demo
-  target: server.demo
+  host: athena.demo
+  target: hades.demo
   runner:
     type: Duration
     duration: 60
@@ -23,8 +31,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 200
-  host: client.demo
-  target: server.demo
+  host: athena.demo
+  target: hades.demo
   runner:
     type: Duration
     duration: 60
@@ -35,23 +43,22 @@ scenarios:
 
 context:
   name: demo
-  image: cirros-0.3.3
-  flavor: m1.tiny
-  user: cirros
+  image: yardstick-image
+  flavor: yardstick-flavor
+  user: ubuntu
 
   placement_groups:
     pgrp1:
       policy: "availability"
 
   servers:
-    client:
+    athena:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    hades:
       placement: "pgrp1"
 
   networks:
     test:
       cidr: '10.0.1.0/24'
-      external_network: "net04_ext"