aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/virtual-mcp-ocata-common/infra/init.yml
blob: e027e5b121db18e036d0988fbf4e0e14dcd6cebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
parameters:
  linux:
    network:
      host:
        cfg01:
          address: ${_param:infra_config_address}
          names:
            - cfg01
            - cfg01.${_param:cluster_domain}
        cfg:
          address: ${_param:infra_config_address}
          names:
            - cfg
            - cfg.${_param:cluster_domain}
| graphs and similar shall be stored for comparison reasons | | | and product evolution understanding between different OPNFV | | | versions and/or configurations. | | | | +--------------+--------------------------------------------------------------+ |configuration | file: samples/cyclictest-node-context.yaml | | | | +--------------+--------------------------------------------------------------+ |test tool | Cyclictest | | | | | | (Cyclictest is not always part of a Linux distribution, | | | hence it needs to be installed. As an example see the | | | /yardstick/tools/ directory for how to generate a Linux | | | image with cyclictest included.) | | | | +--------------+--------------------------------------------------------------+ |references | Cyclictest_ | | | | +--------------+--------------------------------------------------------------+ |applicability | This test case is mainly for kvm4nfv project CI verify. | | | Upgrade host linux kernel, boot a gust vm update it's linux | | | kernel, and then run the cyclictest to test the new kernel | | | is work well. | | | | +--------------+--------------------------------------------------------------+ |pre-test | The test kernel rpm, test sequence scripts and test guest | |conditions | image need put the right folders as specified in the test | | | case yaml file. | | | The test guest image needs with cyclictest included in it. | | | | | | No POD specific requirements have been identified. | | | | +--------------+--------------------------------------------------------------+ |test sequence | description and expected result | | | | +--------------+--------------------------------------------------------------+ |step 1 | The host and guest os kernel is upgraded. Cyclictest is | | | invoked and logs are produced and stored. | | | | | | Result: Logs are stored. | | | | +--------------+--------------------------------------------------------------+ |test verdict | Fails only if SLA is not passed, or if there is a test case | | | execution problem. | | | | +--------------+--------------------------------------------------------------+