Skip to content

Commit

Permalink
Moved pmqa url from git to https
Browse files Browse the repository at this point in the history
Moved pmqa url from git to https

Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
  • Loading branch information
PraveenPenguin committed Jun 6, 2024
1 parent f4df92b commit 2ea45f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpu/pmqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def setUp(self):
self.cancel(
"Fail to install %s required for this test." % package)

git.get_repo('git://git.linaro.org/power/pm-qa.git',
git.get_repo('https://git.linaro.org/power/pm-qa.git',
destination_dir=self.workdir)
self.test_type = self.params.get('run_arg', default='cpufreq')

Expand Down
2 changes: 1 addition & 1 deletion perf/perfmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setUp(self):
self.cancel(
"Fail to install %s required for this test." % package)

git.get_repo('git://git.code.sf.net/p/perfmon2/libpfm4',
git.get_repo('https://git.code.sf.net/p/perfmon2/libpfm4 perfmon2-libpfm4',
destination_dir=self.workdir)

os.chdir(self.workdir)
Expand Down

0 comments on commit 2ea45f7

Please sign in to comment.