Skip to content

Commit

Permalink
Do Karaf rspec tests with default values for Deb
Browse files Browse the repository at this point in the history
* Only testing defaults! See #43 for reasoning.
* May add this to other OSs

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Mar 25, 2015
1 parent e5acdbe commit 7e39fc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/classes/opendaylight_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,15 @@
generic_tests

# Run test that specialize in checking tarball-based installs
# NB: Only testing defaults here, specialized Karaf tests elsewhere
# Passing osfamily required to do upstart vs systemd (default) checks
# Note that this function is defined in spec_helper
tarball_install_tests(osfamily: osfamily)

# Run test that specialize in checking Karaf feature installs
# NB: Only testing defaults here, specialized Karaf tests elsewhere
# Note that this function is defined in spec_helper
karaf_feature_tests
end
end

Expand Down

0 comments on commit 7e39fc7

Please sign in to comment.