usdot-fhwa-stol / cdasim

CDASim is an open-source simulation system supporting the development and testing of Cooperative Driving Automation applications.
38 stars 13 forks source link

"Eclipse MOSAIC SUMO Ambassador Test" unit tests fail when sumo is not installed #117

Open MishkaMN opened 1 year ago

MishkaMN commented 1 year ago

Summary

When sumo is installed from apt-get (or any other way) the unit tests don't pass for "Eclipse MOSAIC SUMO Ambassador Test".

Uninstalling sumo, however, makes the unit tests pass. Developer should look into fixing the function or sumo unit tests and also look into whether sumo is installed and working properly on circle ci.

The behavior was observed Ubuntu 20.04

Version

4.3.0 (Current)

Expected Behavior

See above.

Actual Behavior

See above.

Steps to Reproduce the Actual Behavior

See above.

Related Work

No response