sonata-nfv / tng-sdk-project

The 5GTANGO SDK tool to manage network service projects.
http://www.5gtango.eu
Apache License 2.0
5 stars 4 forks source link

Added get_tstds() in project.py #72

Closed zulfiqarjunejo closed 5 years ago

zulfiqarjunejo commented 5 years ago

Closes #71

stefanbschneider commented 5 years ago

Jenkins error output:

_________________ ERROR collecting tests/test_project_unit.py __________________

tests/test_project_unit.py:10: in <module>

    example_project.status()

E   AttributeError: 'NoneType' object has no attribute 'status'

------------------------------- Captured stderr --------------------------------

Unable to load project manifest '../example-project/project.yml'

You should check again how the example project is loaded here and do it similar.

You can perform all unit tests by simply calling

pytest

in the project root.

Also, you should add the test descriptor and updated project.yml. You haven't committed these yet. Thanks!

zulfiqarjunejo commented 5 years ago

Creating a new pull request.