/openbmc/docs/testing/ |
H A D | run-test-docker.md | 1 # Run OpenBMC Test Automation Using Docker 3 Running OpenBMC automation using Docker involves creating a Docker image and 4 then running automation tests inside the Docker container. 6 ## Build Docker Image 8 `Note: Prerequisite is to have Docker installed.` 26 5. Build the Docker image required to execute the robot tests (it may take close 27 to 15 mins for the first time). The default Docker image name is 33 …###### _Note: When your Docker is behind a proxy, add the following parameters to the build comman… 93 ###### _Note: This runs a Docker container using openbmc/ubuntu-robot-qemu image._
|
H A D | local-ci-build.md | 5 ## Install Docker 7 Please install and configure Docker. The installation of Docker CE (Community 9 [Docker Docs](https://docs.docker.com/install/) are a good place to start 32 own changes, you can clone it directly into the Docker directory. This example 87 start doing so, you should use `git worktree` instead so that the Docker 92 your Docker container. 140 # Update the Docker worktree to agree with it. 143 # Now run the Docker container normally 146 #### Interactive Docker Session
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 9 # FORCE_DOCKER_BUILD: <optional, a non-zero value with force all Docker 94 # __tag [private]: Generated Docker tag name for package stage. 316 """Class used to build the Docker stages for each package. 340 """Thread 'run' function. Builds the Docker stage.""" 371 tag = Docker.tagname(self._stagename(), dockerfile) 377 Docker.build(self.package, tag, dockerfile) 383 """Ensure a Docker stage is created for all defined packages. 517 """Create a name for the Docker stage associated with this pkg.""" 567 packages into a Docker stage. 584 install a package into a Docker stag 651 class Docker: global() class [all...] |
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 221 class Docker(object): class 412 return Docker().run(argv, args.keep, quiet=args.quiet, 446 dkr = Docker() 513 dkr = Docker() 591 dkr = Docker() 602 Docker().clean() 611 return Docker().command("images", argv, args.quiet) 620 docker = Docker() 657 return Docker().run(cmd, False, quiet=args.quiet,
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | operating_system.hpp | 46 Docker, enumerator 89 {ContainerEngineTypes::Docker, "Docker"},
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | start.rst | 67 Docker, which is described later. 256 which leverages `Docker Containers <https://www.docker.com/>`__ or it 346 leverages `Docker Containers <https://www.docker.com/>`__, you can 355 `Docker <https://www.docker.com/what-docker>`__ is a software 358 software to support Docker containers. Go to the Docker installation 364 meets system requirements, you need to install "Docker CE Stable" or 365 the "Docker Toolbox". Most situations call for Docker CE. However, if 367 Pre-Windows 10 or Windows 10 "Home" version), you must install Docker 371 Docker edition associated with your build host's native software. For 373 and you want the Docker CE Stable edition, click that link under [all …]
|
/openbmc/libpldm/docs/checklists/ |
H A D | releases.md | 8 - This must be done from a shell session inside the OpenBMC CI Docker
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 5 For the purposes of this tutorial, we'll be setting up an environment in Docker. 6 Docker is handy because it's fairly portable, and won't interfere with the rest 9 using the same Docker image that's run by the OpenBMC continuous integration 13 ### Install Docker 15 Installation of Docker CE (Community Edition) varies by platform, and may differ 17 [Docker Docs](https://docs.docker.com/v17.12/install) are a good place to start 89 the cruft of mounting extra paths to the Docker container for different cruft: 130 many parts of the Docker container are already downloaded and configured.
|
/openbmc/qemu/.gitlab-ci.d/opensbi/ |
H A D | Dockerfile | 2 # Docker image to cross-compile OpenSBI firmware binaries
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-xtensa-cross.docker | 2 # Docker cross-compiler target
|
H A D | debian-tricore-cross.docker | 2 # Docker TriCore cross-compiler target
|
H A D | debian-toolchain.docker | 2 # Docker toolchain cross-compiler
|
H A D | debian-loongarch-cross.docker | 2 # Docker cross-compiler target
|
H A D | debian-legacy-test-cross.docker | 1 # Docker legacy cross-compiler target (tests and minimal qemu)
|
H A D | debian-hexagon-cross.docker | 2 # Docker Hexagon cross-compiler target
|
H A D | debian-all-test-cross.docker | 2 # Docker all cross-compiler target (tests only)
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 344 was originally written for Docker although we also support Podman as 352 Docker Prerequisites 355 Install "docker" with the system package manager and start the Docker service 357 Docker commands. Typically it means setting up passwordless ``sudo docker`` 380 exploit the whole host with Docker bind mounting or other privileged 562 QEMU. Docker tests are the executables under ``tests/docker`` named 569 Debugging a Docker test failure 572 When CI tasks, maintainers or yourself report a Docker test failure, follow the 580 build QEMU and run tests from there, or press Ctrl-D to let the Docker 589 Various options can be used to affect how Docker tests are done. The full [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | README | 46 To run tests against the Selenium Firefox Docker container:
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 3 # Docker setup for running the "Coverity Scan" tools over the source
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0001-Remove-python-venv.patch | 98 - # Enter Python virtual environment, unless under Docker
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | yp-intro.rst | 296 `Docker Containers <https://www.docker.com/>`__. CROPS provides an 581 `Docker Containers <https://www.docker.com/>`__, to set up a Build
|
H A D | development-environment.rst | 63 `Docker Containers <https://www.docker.com/>`__. Once you take the steps
|
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 504 Rules for Docker tests. Like ``tests/Makefile.include``, this file is
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 769 # Check for case-insensitive file systems (such as Linux in Docker on
|