Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page provides information about the Dovetail Test Tool. The Dovetail Test Tool is designed to leverage existing OPNFV test projects (such as  functest and yardstick) to automate the execution of Dovetail Test Areas and Test Cases in a way that satisfies compliance testing requirements, and generate required reports for use by the OPNFV compliance verification program.

...

  • dovetail.feature.tc003:  name of the test case,  comprised of 3 parts, the dovetail project, belongs to which feature, and the serial number
  • objective: a brief description of the test case, explains the objective of this test case
  • scripts: scripts and configurations for the execution of the test case
    • type: upstream testing project
    • testcase: the input parameter for the execution of the upstream testing scripts
    • sub_testcase_list: a list of real working test, indicated what's inside of this test case

Dovetail Test Case Detailed Reports

 

Test case detail reports come from existing test projects that implemented the respective tests. A given report may or may not be suitable or sufficient for CVP purposes. This section is WORK IN PROGRESS.

Below are some known information about the status of these reports, as we make preliminary analysis of FuncTest and Yardstick test cases.

As our certification reports come from the report of test cases, we have to check those test cases one by one. And the most important data is the test case details. Test case details include its duration, test case names , etc. So i make a table to show the details of testcases.

  • duration: whether result has a duration of executing time
  • sub-testcase: whether result contains any sub-testcase
  • details on success: whether result contains details of sub-testcase, like testcase name, parent testcase, etc,  when pass
  • details on fail: whether result contains details of sub-testcase when fail

FuncTest Test Report Status

Test-case

duration

sub-testcase

details on pass

details on fail

healthcheck

    

tempest_smoke_serial

Y

Y

N

Y

vping_ssh

Y

N

N

N

vping_userdata

Y

N

N

N

rally_sanity

Y

Y

N

N

Tempest_full_parallel

    
rally_full    

Yardstick Test Report Status

Well, yardstick is much simpler than functest, it has same result format for each test case. 

The most important part of yardstick test result is the metrics of every sequence which we do not need it at all.

We just need to know that the test case pass or fail.

Image Removed

Dovetail Test Run Summary Report

The Dovetail Test Run Summary Report is to aid the determination of test result for CVP.

Shown below is a sample output of current version of implementation. It is WORK IN PROGRESS.

 

Image Removed