Skip to content
Snippets Groups Projects
Commit 1f558e9a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Correct CI/CD pipeline for QoS Profile component

parent fdfafbc2
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!280Resolve "(CTTC) Fix CI/CD Pipeline for QoS Profiles component"
......@@ -40,10 +40,7 @@ def qosprofile_db(request) -> sqlalchemy.engine.Engine: # pylint: disable=unus
Engine.drop_database(_db_engine)
Engine.create_database(_db_engine)
rebuild_database(_db_engine)
_msg_broker = MessageBroker(get_messagebroker_backend())
yield _db_engine, _msg_broker
_msg_broker.terminate()
yield _db_engine
RAW_METRICS : MetricsPool = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment