diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-01-23 16:09:53 +0000 |
---|---|---|
committer | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-01-23 16:13:17 +0000 |
commit | 4eff7e630cb9d706753c71c23f1c08f5967ed47e (patch) | |
tree | b5c29c1e70f01f60dee3209a0b13dae04b9a7a92 /samples/vnf_samples/nsut/prox/baremetal/throughput | |
parent | 7f8f31cf68dbecaf521348fccf540cbe0e7c72bd (diff) |
Cleanup of redundant files from Prox directory
JIRA: YARDSTICK-965
Removed the redundant files and directory from
Prox test folder.
Change-Id: I6167f0a4ccdd581153dad3ec9f5eaaf2619aacbd
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
Diffstat (limited to 'samples/vnf_samples/nsut/prox/baremetal/throughput')
-rw-r--r-- | samples/vnf_samples/nsut/prox/baremetal/throughput/tc_ipv4_1flow_64B_packetsize.yaml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/samples/vnf_samples/nsut/prox/baremetal/throughput/tc_ipv4_1flow_64B_packetsize.yaml b/samples/vnf_samples/nsut/prox/baremetal/throughput/tc_ipv4_1flow_64B_packetsize.yaml deleted file mode 100644 index 1fe2ed943..000000000 --- a/samples/vnf_samples/nsut/prox/baremetal/throughput/tc_ipv4_1flow_64B_packetsize.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (c) 2017 Intel Corporation -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# 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. - ---- -schema: yardstick:task:0.1 -scenarios: -- type: NSPerf - traffic_profile: "../../../../traffic_profiles/ipv4_throughput.yaml" - topology: "../../prox-tg-topology.yaml" - nodes: - tg__0: trafficgen_1.yardstick - vnf__0: vnf.yardstick - tc_options: - rfc2544: - allowed_drop_rate: 0.8 - 1 - runner: - type: Duration - duration: 400 - interval: 35 - traffic_options: - flow: "../../../../traffic_profiles/ipv4_1flow_Packets.yaml" - imix: "../../../../traffic_profiles/imix_voice.yaml" -context: - type: Node - name: yardstick - nfvi_type: baremetal - file: /etc/yardstick/nodes/pod.yaml |