ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
64 stars 41 forks source link

chore: avoid pytest conflicting with deployed eda-server #909

Closed jshimkus-rh closed 3 months ago

jshimkus-rh commented 3 months ago

This change uses a separate redis DB from the default when running the eda-server pytests in an effort to avoid stepping on the DB used in an eda-server deployment. It's not a guarantee in that a deployment may be differently configured, but is sufficient in a general development scenario.

Also, removed a redundant copy of the pytest fixture redis_parameters.