Versions Compared

Key

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

Status of verification jobs related to Integration repositories


RepositoryVerification jobtestslintingcommentsJira tasks
integrationNoNoNo

manual pylint:1.75/10

code coverage: 0 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyINT-1427

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyINT-1434

integration/csitYesYesNolaunch CSIT tests of the project involved in the patch
integration/dockerNoNoNodocker build, chains need created to build docker and push them to nexus or docker hub 
integration/xtestingNoNoNo

docker build chain needed to build docker and push them to nexus or docker hub



testsuiteYesNoNo

3scm-docker-shell-daily? 

Build of the robot docker

We could add robot lint 


testsuite/oomNoYesNo

no helm lint or tests 

JobDeployer (Gating)

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyINT-1433

testsuite/heatbridgeYesYes*Nono helm lint or tests 
testsuite/testing-python-utilsYesYesNo

*: test target but 0 test pylint available in tox

pylint launched manually

score 0.34/10 


demoYes??No

verify-java launched manually

score

VES5.0: 4.4/10 

DAaS: 1.65/10



Notes

  • integration/benchmark and integration/devtool are archived
  • integration/seccom is not managed by us
  • integration/simulators/ran-simulator is empty for the moment (request from 5G-SON for Frankfurt)
  • testsuite/properties to be archieved soon: files have been relocated
  • in demo we can find python, java, c and lot of descriptor files, the README does not seem very up to date (ref to Beijing)

the pylint rate and code coverage is globally very low, lots of place for improvements... :)

Regarding more specifically the integration repository

  • we have different type of files corresponding to different projects
    python (vcpe, hpa, mocks, s3p) - the pylint rating correspond to the 4 modules
  • go (security)
  • yaml
  • bash

I just created a tox.ini for the python based project and run pylint + nosetests for the unit tests - but there are no unit tests in the different python directory :)
it seems that s3p is only for python2.7 which is no more supported.

...