Home | History | Annotate | Download | only in acl
      1 #!/usr/bin/env python3
      2 from random_gen import *
      3 from optparse import OptionParser
      4 import subprocess
      5 import os
      6 import random
      7 
      8 test = RandomGen()
      9 test.getUserList()
     10 test.getGroupList()
     11 test.cleanUsers()
     12 test.cleanGroups()
     13