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