From: Alexey Roytman <[email protected]>

OVSDB CLI utilities (ovs-vsctl, ovn-nbctl and ovn-sbctl) allow destroying 
the entire table or some records from the given table.
However, either the --all option or the deleted records should be provided.
These patches add the test.

Changes since v1:
- replace ctl_error by VLOG_WARN 
- add test

Alexey Roytman (2):
  Add a check that either the --all option or records argument provided
    to the destroy command
  Add test to the destroy command arguments validation

 lib/db-ctl-base.c  | 5 +++++
 tests/ovs-vsctl.at | 5 +++++
 2 files changed, 10 insertions(+)

-- 
2.25.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to