AbstractDaemonTest: Add user SSH session
Rename the adminSession and userSession members to adminRestSession and userRestSession. Rename sshSession to adminSshSession. Add userSshSession. Change-Id: Id705a04317d146cea48b6215e78d8f8ea7fa95a1
This commit is contained in:
@@ -75,7 +75,7 @@ public abstract class AbstractPushForReview extends AbstractDaemonTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
sshUrl = sshSession.getUrl();
|
||||
sshUrl = adminSshSession.getUrl();
|
||||
ProjectConfig cfg = projectCache.checkedGet(project).getConfig();
|
||||
patchSetLock = Util.patchSetLock();
|
||||
cfg.getLabelSections().put(patchSetLock.getName(), patchSetLock);
|
||||
|
Reference in New Issue
Block a user