Giter Club home page Giter Club logo

Comments (4)

dfarrell07 avatar dfarrell07 commented on September 13, 2024

Using the Beaker workflow described in the numbered points here dramatically speeds up testing, making this less critical.

from puppet-opendaylight.

dfarrell07 avatar dfarrell07 commented on September 13, 2024

Vagrant Beaker tests have been historically unstable and are currently quite broken on my system. It's also not easy/possible to run VM-based tests on ODL'c CI VMs (nested virt issues), so moving containers is desirable for that future use-case. For both of these reasons, I'm bumping the prio of this TODO and am actively working on it.

from puppet-opendaylight.

dfarrell07 avatar dfarrell07 commented on September 13, 2024

Commit 3aa0ccf added Docker-based Beaker tests for CentOS 7. They pass atm.

from puppet-opendaylight.

dfarrell07 avatar dfarrell07 commented on September 13, 2024

Working on a Fedora 23 Docker-based Beaker test.

Using the official fedora:23 box, which at the moment backs up to fedora-23-20160104.

The box starts, Puppet installs and the Beaker tests start. Once we try to puppet module install puppetlabs-stdlib, the test fails with

Notice: Preparing to install into /etc/puppet/modules ...
    Notice: Downloading from https://forgeapi.puppetlabs.com ...
    Error: Could not extract contents of module archive: Execution of 'find . -type d -exec chmod 755 {} +' returned 127: sh: find: command not found
    Error: Try 'puppet help module install' for usage

So find isn't installed in the F23 container, which makes sense for size but breaks Puppet's module install process.

This is my spec/acceptance/nodeset/fedora-23-docker.yml file

HOSTS:
  fedora-23-docker:
    roles:
      - master
    platform: el-7-x86_64
    image: fedora:23
    docker_cmd: '["/sbin/init"]'
    hypervisor: docker

CONFIG:
  log_level: verbose
  type: foss

from puppet-opendaylight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.