Home
last modified time | relevance | path

Searched refs:uList (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/nfsv4/acl/
Drandom_gen.py24 uList = [] variable in RandomGen
25 uListSize = len(uList)
64 for name in self.uList:
66 self.uList = []
86 self.uList.append(userName)
109 self.uList.append(userName)
146 print(self.uList)
187 userList = uList
214 user = self.uList[random.randint(0,len(self.uList)-1)]
222 user = self.uList[random.randint(0,len(self.uList)-1)]
Dtest_acl.py57 for user in test.uList:
75 user = test.uList.pop()
99 user = test.uList.pop()
Dtest_long_acl.py31 user = test.uList.pop()