Nirnimesh has posted comments on this change.
Change subject: Pull in and install the page_cycler_dep for PageCycler
......................................................................
Patch Set 3: (3 inline comments)
A few minor comments.
....................................................
File client/site_tests/desktopui_PyAutoPerfTests/desktopui_PyAutoPerfTests.py
Line 28: def initialize(self, args=[]):
args is unused?
Line 32: self.job.install_pkg(dep, 'dep', dep_dir)
call setup_dep instead
I think lines 29-32 should move to a setup() function, which gets called on the host.
Line 33: try:
Add a comment about what it's doing since it's not obvious
Gerrit-MessageType: comment
Gerrit-Change-Id: I10af753cc9081b6ef9d012adf65c41bc0b238be9
Gerrit-PatchSet: 3
Gerrit-Project: chromiumos/third_party/autotest
Gerrit-Branch: master
Gerrit-Owner: Sonny Rao <
sonn...@chromium.org>