Update Xtesting to 0.98
[functest.git] / functest / opnfv_tests / vnf / router / test_scenario.yaml
1 ---
2 test_scenario_list:
3     -
4         test_type: 'function_test'
5         vnf_list:
6             -
7                 vnf_name: 'target_vnf'
8                 os_type: 'vyos'
9                 image_name: 'vyos1.1.7'
10                 flavor_name: 'm1.medium'
11             -
12                 vnf_name: 'reference_vnf'
13                 os_type: 'vyos'
14                 image_name: 'vyos1.1.7'
15                 flavor_name: 'm1.medium'
16         function_test_list:
17             -
18                 target_vnf_name: 'target_vnf'
19                 test_list:
20                     -
21                         test_kind: 'Interoperability'
22                         protocol: 'BGP'
23                         BGP:
24                             - 'Checking_the_peer_of_BGP'
25                             - 'Checking_the_status_of_BGP'
26                             - 'Checking_the_advertised_routes'
27                             - 'Checking_the_received_routes'
28                             - 'Checking_the_routing_table'