Home
last modified time | relevance | path

Searched refs:obj (Results 76 – 77 of 77) sorted by path

1234

/unit/test/
H A Dtest_go_isolation_rootfs.py15 obj = client.getjson(url='/?file=/go/app')['body']
16 assert obj['FileExists'], 'app relative to rootfs'
18 obj = client.getjson(url='/?file=/bin/sh')['body']
19 assert not obj['FileExists'], 'file should not exists'
H A Dtest_python_application.py793 obj = client.getjson()['body']
794 assert obj['UID'] == nobody_uid, 'nobody uid'
795 assert obj['GID'] == group_id, 'nobody gid'
799 obj = client.getjson()['body']
805 obj = client.getjson()['body']
811 obj = client.getjson()['body']
817 obj = client.getjson()['body']
818 assert obj['UID'] == 0, 'root uid user=root'
819 assert obj['GID'] == 0, 'root gid user=root'
832 obj = client.getjson()['body']
[all …]

1234