Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate duplication of UUIDs #3735

Closed
rochacbruno opened this issue Aug 23, 2016 · 1 comment · Fixed by #3836
Closed

Validate duplication of UUIDs #3735

rochacbruno opened this issue Aug 23, 2016 · 1 comment · Fixed by #3836
Assignees
Labels
enhancement An addition to the robottelo framework

Comments

@rochacbruno
Copy link
Contributor

based on SatelliteQE/testimony#121

https://github.com/SatelliteQE/betelgeuse/blob/master/betelgeuse.py#L631

https://github.com/SatelliteQE/betelgeuse/blob/master/betelgeuse.py#L592-L611

  1. get a list of all uuids in the whole project
  2. Check for duplicates
    a) if dup found exit(1)
    b) if no dup exit(0)

Put that to run on travisCI.

@rochacbruno rochacbruno added the enhancement An addition to the robottelo framework label Aug 23, 2016
@rochacbruno
Copy link
Contributor Author

rochacbruno commented Aug 23, 2016

That can be added as a command since #3721 got merged we will be able to add commands so

manage validate uuids --dups can be created and linked in Makefile to run on travisCI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An addition to the robottelo framework
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants