lp://staging/~linaro-validation/lava-core/doanac-fixes
Created by
Andy Doan
and last modified
- Get this branch:
- bzr branch lp://staging/~linaro-validation/lava-core/doanac-fixes
Members of
Linaro Validation Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Zygmunt Krynicki: Approve
-
Diff: 90 lines (+22/-3)4 files modifiedhistory_demo.py (+1/-1)
lava/core/controllers/devices/qemu.py (+1/-1)
lava/core/utils.py (+18/-1)
setup.py (+2/-0)
Rejected
for merging
into
lp://staging/lava-core
- Zygmunt Krynicki: Pending requested
-
Diff: 8507 lines (+8176/-0) (has conflicts)62 files modified.bzrignore (+1/-0)
COPYING (+165/-0)
COPYING.GPL3 (+339/-0)
HACKING (+47/-0)
INSTALL (+6/-0)
MANIFEST.in (+7/-0)
README (+35/-0)
TODO (+25/-0)
connect-to-linaro-license-server (+5/-0)
get-started-with-fast-models.sh (+76/-0)
get-started-with-qemu.sh (+41/-0)
history_demo.py (+57/-0)
lava/__init__.py (+3/-0)
lava/core/__init__.py (+26/-0)
lava/core/actions/__init__.py (+26/-0)
lava/core/actions/lava.py (+307/-0)
lava/core/actions/linaro.py (+117/-0)
lava/core/agent.sh (+109/-0)
lava/core/agents.py (+213/-0)
lava/core/authtoken.py (+137/-0)
lava/core/commands/__init__.py (+484/-0)
lava/core/commands/auth.py (+138/-0)
lava/core/commands/device.py (+145/-0)
lava/core/commands/help.py (+37/-0)
lava/core/commands/init.py (+61/-0)
lava/core/commands/scenario.py (+200/-0)
lava/core/commands/software.py (+284/-0)
lava/core/controllers/devices/__init__.py (+24/-0)
lava/core/controllers/devices/qemu.py (+398/-0)
lava/core/controllers/devices/rtsm.py (+525/-0)
lava/core/controllers/software/__init__.py (+97/-0)
lava/core/controllers/software/lmc.py (+173/-0)
lava/core/controllers/software/telnet.py (+48/-0)
lava/core/environment.py (+312/-0)
lava/core/errors.py (+78/-0)
lava/core/formats.py (+168/-0)
lava/core/history.py (+508/-0)
lava/core/interfaces.py (+365/-0)
lava/core/interpreter.py (+170/-0)
lava/core/logging.py (+120/-0)
lava/core/main.py (+314/-0)
lava/core/plugins.py (+131/-0)
lava/core/session.py (+74/-0)
lava/core/tests/__init__.py (+26/-0)
lava/core/tests/test_auth_commands.py (+264/-0)
lava/core/tests/test_authtoken.py (+158/-0)
lava/core/tests/test_commands.py (+129/-0)
lava/core/tests/test_interface.py (+72/-0)
lava/core/utils.py (+300/-0)
lava/core/workspace.py (+132/-0)
prep-venv (+88/-0)
scenarios/bogus-deploy-twice.json (+18/-0)
scenarios/empty-scenario.json (+6/-0)
scenarios/omap3-partial-boot.json (+20/-0)
scenarios/omap3-partial-stream.json (+32/-0)
scenarios/omap3-prebuilt-boot.json (+19/-0)
scenarios/omap3-prebuilt-download.json (+13/-0)
scenarios/omap3-prebuilt-stream.json (+31/-0)
scenarios/rtsm-prebuilt-stream.json (+35/-0)
setup.cfg (+2/-0)
setup.py (+90/-0)
versiontools_support.py (+145/-0)
Branch information
Recent revisions
- 24. By Andy Doan
-
download logic should support compressed streams
When using a pre-built image for a device like qemu, we
need to be able to accept a compressed stream. This decompresses
the stream for the caller. - 20. By Zygmunt Krynicki
-
Tweak the defaults for boot action
The shell prompt is now optional, defaulting to 'root@ something #' which
should cover all linaro images. The timeout now defaults to 5 minutes.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lava-core