aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/config.yaml
blob: 1e241cdf4f60d06dd080b58838bb05ac15417757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
defaults:
  #odl-sfc uses custom flavors as per below params
  flavor: custom
  ram_size_in_mb: 1500
  disk_size_in_gb: 10
  vcpu_count: 1
  image_name: sfc_nsh_danube
  image_file_name: sfc_nsh_danube.qcow2
  installer:
      type: fuel
      ip: 10.20.0.2
      user: root
      password: r00tme
      cluster: 1 # Change this to the id of the desired fuel env (1, 2, 3...)
  image_format: qcow2
  url: "http://artifacts.opnfv.org/sfc/images"
  vnfd-dir: "vnfd-templates"
  vnfd-default-params-file: "test-vnfd-default-params.yaml"

testcases:
  sfc_two_chains_SSH_and_HTTP:
      enabled: true
      description: "ODL-SFC tests"
      testname_db: "sfc_two_chains_SSH_and_HTTP"
      net_name: example-net
      subnet_name: example-subnet
      router_name: example-router
      subnet_cidr: "11.0.0.0/24"
      secgroup_name: "example-sg"
      secgroup_descr: "Example Security group"
      test_vnfd_red: "test-vnfd1.yaml"
      test_vnfd_blue: "test-vnfd2.yaml"

  sfc_one_chain_two_service_functions_different_computes:
      enabled: true
      description: "ODL-SFC Testing SFs in different computes"
      testname_db: "sfc_one_chain_two_service_functions_different_computes"
      net_name: example-net
      subnet_name: example-subnet
      router_name: example-router
      subnet_cidr: "11.0.0.0/24"
      secgroup_name: "example-sg"
      secgroup_descr: "Example Security group"
      test_vnfd_red: "test2-vnfd1.yaml"
      test_vnfd_blue: "test2-vnfd2.yaml"

  sfc_symmetric_chain:
      enabled: false 
      description: "Verify the behavior of a symmetric service chain"
      testname_db: "sfc_symmetric_chain"
      net_name: example-net
      subnet_name: example-subnet
      router_name: example-router
      subnet_cidr: "11.0.0.0/24"
      secgroup_name: "example-sg"
      secgroup_descr: "Example Security group"
      test_vnfd: "test3-vnfd1.yaml"
      allowed_source_port: 22222
      blocked_source_port: 33333