aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml
diff options
context:
space:
mode:
authorJohn O Loughlin <john.oloughlin@intel.com>2018-12-05 15:57:32 +0000
committerMyron Sosyak <myronx.sosyak@intel.com>2019-04-03 14:33:15 +0100
commitd2096454fb0dd69b7b678d1e546e31f42d3be031 (patch)
tree91e0bb656916677a41a97bcd02a0026e9e72e4c5 /samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml
parent865aa690c0738c6965fe0b8a3bf4b9880a41ee4a (diff)
Allow testcases to be configured over cli
Add options for droprate and frame_rate for agnostic vnf JIRA: YARDSTICK-1554 Change-Id: I0e9eb844a96b9d8af85fc3af750c56e43fea52b8 Signed-off-by: John O Loughlin <john.oloughlin@intel.com> Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
Diffstat (limited to 'samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml')
-rw-r--r--samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml b/samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml
index 6eb617b09..33c8b9e7a 100644
--- a/samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml
+++ b/samples/vnf_samples/nsut/agnostic/tc_baremetal_http_simulated_users_ixload.yaml
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
+{% set file = file or "/etc/yardstick/nodes/pod_ixia.yaml" %}
---
schema: yardstick:task:0.1
{% set users = users or "10000" %}
@@ -37,4 +37,4 @@ context:
type: Node
name: yardstick
nfvi_type: baremetal
- file: /etc/yardstick/nodes/pod_ixia.yaml
+ file: {{ file }}