Anuket Project

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

For VNF portal:

  1. Results should be a valid gzip file
  2. Need a dovetail.log in this tarball file (Portal reads if API response validation disabled or enabled from this file) (This could be removed for VNF because it's only for NFVi tests, but still need to wait for the code update)
  3. Need a results.json file with the following data format

    {

        "testcases_list":

        [

            {

                "objective": "onap heat template validation",

                "sub_testcase": [],

                "mandatory": true,

                "name": "onap-vvp.validate.heat", //The test case should be list in this file https://github.com/opnfv/dovetail-webportal/blob/master/3rd_party/static/onap-ui/components/results-report/data/2019.04/heat-testcases.json

                "result": "PASS“  //it should be either PASS or FAIL

            }

        ],

        "build_tag": "daily-master-2c10cabc-59d8-11e9-a264-0242ac110002",    //test_id = build_tag[13:49], so it should be daily-master-<UUID>

        "version": "2019.04",  //the version should be one list here https://github.com/opnfv/dovetail-webportal/tree/master/3rd_party/static/onap-ui/components/results-report/data

        "test_date": "2019-04-08 08:30:29 UTC",

        "duration": 8.432544946670532,

        "vnf_type": "heat",  //it should be either heat or tosca

        "vnf_checksum": "18d6353e213e2cdf1efd4422e0ac633500d6202c801a9fcf4a1fe2cc5a488387“

    }

  • No labels