ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

NBCTL: Fix missing `execute()` when adding ACLs #176

Closed mkalcok closed 1 year ago

mkalcok commented 1 year ago

Missing execute() calls in OvnNbctl.acl_add() method resulted in ACLs never getting created in OVN Northbound database.

Testing/Verification:

Before this change the table would be empty during and after the test scenario.