Merge "New storage test case: Bonnie++"
[yardstick.git] / samples / vnf_samples / nsut / acl / acl_1rule.yaml
1 # Copyright (c) 2016-2017 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 access-list1:
16   acl:
17     access-list-entries:
18     - ace:
19         ace-oper-data:
20           match-counter: 0
21         actions: drop,count
22         matches:
23           destination-ipv4-network: 152.16.40.20/24
24           destination-port-range:
25             lower-port: 0
26             upper-port: 65535
27           source-ipv4-network: 0.0.0.0/0
28           source-port-range:
29             lower-port: 0
30             upper-port: 65535
31         rule-name: rule1588
32     - ace:
33         ace-oper-data:
34           match-counter: 0
35         actions: drop,count
36         matches:
37           destination-ipv4-network: 0.0.0.0/0
38           destination-port-range:
39             lower-port: 0
40             upper-port: 65535
41           source-ipv4-network: 152.16.100.20/24
42           source-port-range:
43             lower-port: 0
44             upper-port: 65535
45         rule-name: rule1589
46     acl-name: sample-ipv4-acl
47     acl-type: ipv4-acl