refactor: Add setup_test_group to identity admin base test class

This patchset adds a setup_test_group helper to identity admin
base test class which is similar to other methods like setup_test_user
to cut down on cookie cutter create/addCleanup code throughout
tests that create groups. Note that this is an instance level method
so class level group creation isn't refactored.

Change-Id: I86b418f56dfb8087e49965196971b28ab71c138e
4 files changed