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

/pkg/src/tests/cli/
H A Dt_pkg_sysrepo.py419 if pc.url in self.acs:
420 ac = self.acs[pc.url]
530 if update_conf and "sysrepo" in self.acs:
536 self.acs["sysrepo"].conf = self.apache_confs[name]
1579 ac1url=self.acs[self.durl1].url.replace("https", "http"),
1580 ac2url=self.acs[self.durl2].url.replace("https", "http"),
1581 ac3url=self.acs[self.durl3].url.replace("https", "http"),
/pkg/src/tests/
H A Dpkg5unittest.py3669 self.acs = {}
3682 if name in self.acs:
3687 self.acs[name].stop()
3690 self.acs[name].kill()
3693 self.acs[name] = ac
3698 if self.acs and len(self.acs) == 1:
3699 return self.acs[list(self.acs.keys())[0]]
3707 for name, ac in self.acs
[all...]

Completed in 133 milliseconds