summaryrefslogtreecommitdiff
path: root/tests/test-uuidset.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add support for sets of UUIDs.Dumitru Ceara2022-09-271-0/+72
Part of the uuidset implementation is taken from the OVN codebase where it was added via commit 0e77b3bcbfe2 ("ovn-northd-ddlog: New implementation of ovn-northd based on ddlog."). We now extend that, adding a few helpers and tests. Co-authored-by: Leonid Ryzhyk <lryzhyk@vmware.com> Signed-off-by: Leonid Ryzhyk <lryzhyk@vmware.com> Co-authored-by: Justin Pettit <jpettit@ovn.org> Signed-off-by: Justin Pettit <jpettit@ovn.org> Co-authored-by: Ben Pfaff <blp@ovn.org> Signed-off-by: Ben Pfaff <blp@ovn.org> Signed-off-by: Dumitru Ceara <dceara@redhat.com> Reviewed-by: Ales Musil <amusil@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>