Searched refs:gList (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/network/nfsv4/acl/
H A Drandom_gen.py21 gList=[] variable in class:RandomGen
22 gListSize = len(gList)
31 group = self.gList[random.randint(0,len(self.gList)-1)][0]
69 for name in self.gList:
71 self.gList = []
124 self.gList.append([groupName,gid])
138 self.gList.append([groupName,gid])
148 print self.gList
217 group = self.gList[rando
[all...]

Completed in 1317 milliseconds