Giter Club home page Giter Club logo

Comments (4)

dfarrell07 avatar dfarrell07 commented on September 13, 2024

I'm not sure I totally understand it (need to dig more), but 03c3d11 added some pretty good Beaker tests for tarball-based installs. They pass, which is nice but somewhat unexpected.

from puppet-opendaylight.

dfarrell07 avatar dfarrell07 commented on September 13, 2024

They pass, which is nice but somewhat unexpected.

I described the reason in a comment on #45. Basically, the RPM install and the tarball install are currently being run on the same Beaker host without recreating it, so changes made by the RPM (like creating the odl:odl user:group) are already made before the tarball tests can validate the state of the system.

The solution seems to be to refactor the #45 tests two use two different hosts. More details in the linked comment.

from puppet-opendaylight.

dfarrell07 avatar dfarrell07 commented on September 13, 2024

Note that this feature still needs to be added for tarball-based installs, even tough the current Beaker tests for the relevant behavior are passing. It's a false positive, for the reasons described above.

from puppet-opendaylight.

dfarrell07 avatar dfarrell07 commented on September 13, 2024

e16565f and bfd88fc added this. Of course they pass rspec-puppet tests, but we can't run Beaker tests against them to verify user/group creation in an actual VM automatically. Manually poking around using vagrant-opendaylight's Puppet tarball install, things seem to be working as expected.

[~/vagrant-opendaylight]$ vagrant ssh cent7_puppet_tarball
Last login: Fri Feb 27 23:28:28 2015 from 10.0.2.2
[vagrant@localhost ~]$ getent passwd odl
odl:x:1001:1001::/opt/opendaylight-0.2.2:/bin/bash
[vagrant@localhost ~]$ getent group odl
odl:x:1001:odl

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.