cisco-ie / pipeline-gnmi

A Model-Driven Telemetry collector based on the open-source tool pipeline
Apache License 2.0
32 stars 6 forks source link

Test Fixes #18

Closed remingtonc closed 5 years ago

remingtonc commented 5 years ago

Pull request for tracking #10. Should fix first and last point.

So far simply separates Kafka integration tests and unit tests with make test being unit tests only and make testall running unit and integration tests. Uncertain if this is reasonable practice.

Simply ignores test output files at the moment via .gitignore, somewhat mitigating second point.