Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
label


Status
Status
colourGreyGreen
titleNot startedIn Progress
Stakeholders
Outcome
Due date 
Owner


See Below Attachment for Sample spreadsheet

Background

What fields do we need?

...

  • Component
  • Ticket summary (test desc < 100  chars)
  • Test description
  • Story Points
  • Comments
  • EL6 (Y if required)
  • EL7 (Y if required)
  • Test description
  • Story Points
  • Comments


Process csv → Jira → csv → new confluence page!

...


SIMP-11236

Summary: EL6 - rake beaker:suites works for all suites using current Puppetfile

Component: pupmod-simp-simp

Description:

Run the pupmod-simp-simp acceptance tests for the tagged version of pupmod-simp-simp included in simp-6.2.0RC1, using the appropriate tagged versions of all dependencies in its .fixtures.yml.

Procedures to generate .fixtures.yml with tagged versions from the simp-core Puppetfile
Determine URL of Puppetfile.tracking file you wish to use. Make sure to use the raw URL, as you will be using it to download the Puppetfile.
Download pupmod-simp-simp and checkout the tag listed in the Puppetfile.tracking.
Run
SIMP_RSPEC_PUPPETFILE=<Puppetfile.tracking URL> bundle exec rake spec_prep

This will error-out for the simp module, because of entries in the .fixtures file the rake task can't figure out yet (simp-environment and simp-rsync). However, it will tell you the location of a generated fixtures file that contains entries for nearly all the dependencies, with appropriate URLS and tags from the Puppetfile.tracking.

Edit the generated fixtures file to include the missing, special fixtures.
Overwrite the .fixtures.yml file with the generated fixtures file
All tests should be run in FIPS and non-FIPS mode
BEAKER_fips=yes bundle exec rake beaker:suites[<suite_name>]
bundle exec rake beaker:suites[<suite_name>]

Fix Version: 6.4.0

Story Points: 1

Comment:


SIMP-11237

Summary: EL6 - rake beaker:suites works for all suites using current Puppetfile

Component: simp-core

Description:

Run the following test suites with/without FIPS for CentOS6 and CentOS7 (as appropriate):

Suite Category Description Notes Result FIPS Result not FIPS
default Integration Uses components from `Puppetfile.tracking` PASSED el6_server and el7_server PASSED el6_server and el7_server
ipa Integration Uses components from `Puppetfile.tracking` with IPA clients Do not run with el6_server nodes set PASSED el7_server PASSED el7_server
install_from_rpm Release Uses RPMs from SIMP's packagecloud.io repos This test ASSUMES all modules have been released to PuppetForge and PackageCloud. TBD TBD
install_from_tar Release Uses RPMs from the tarball built in the ISO build process; Has login and rsyslog integration tests Be sure to set BEAKER_release_tarball environment variable to the URL for the RC1 tarball PASSED el7_server; FAILED el6_server: SIMP-5198 CLOSED PASSED el7_server; FAILED el6_server: SIMP-5198 CLOSED
install_from_core_module Release Uses the SIMP meta-module built locally and Puppet Forge This test ASSUMES all modules except the SIMP meta-module have been released to PuppetForge and PackageCloud. PASSED with fixes from SIMP-5370 CLOSED PASSED with fixes from SIMP-5370 CLOSED
REMINDER: To run in FIPS mode, set BEAKER_fips=yes (environment variable).

Gliffy Diagrams

Fix Version: 6.4.0

Story Points: 1

Comment: 


SIMP-11238

Summary: EL7 - rake beaker:suites works for all suites using current Puppetfile

Component: simp-core

Description:

Run the following test suites with/without FIPS for CentOS6 and CentOS7 (as appropriate):

Suite Category Description Notes Result FIPS Result not FIPS
default Integration Uses components from `Puppetfile.tracking` PASSED el6_server and el7_server PASSED el6_server and el7_server
ipa Integration Uses components from `Puppetfile.tracking` with IPA clients Do not run with el6_server nodes set PASSED el7_server PASSED el7_server
install_from_rpm Release Uses RPMs from SIMP's packagecloud.io repos This test ASSUMES all modules have been released to PuppetForge and PackageCloud. TBD TBD
install_from_tar Release Uses RPMs from the tarball built in the ISO build process; Has login and rsyslog integration tests Be sure to set BEAKER_release_tarball environment variable to the URL for the RC1 tarball PASSED el7_server; FAILED el6_server: SIMP-5198 CLOSED PASSED el7_server; FAILED el6_server: SIMP-5198 CLOSED
install_from_core_module Release Uses the SIMP meta-module built locally and Puppet Forge This test ASSUMES all modules except the SIMP meta-module have been released to PuppetForge and PackageCloud. PASSED with fixes from SIMP-5370 CLOSED PASSED with fixes from SIMP-5370 CLOSED
REMINDER: To run in FIPS mode, set BEAKER_fips=yes (environment variable).

Gliffy Diagrams

Fix Version: 6.4.0

Story Points: 2

Comment: 


SIMP-11239

Summary: Validate that the compliance maps do not have errors on enforcement

Component:

Description: Loop over all enforcement modes, and verify the catalog compiles. If it does not compile, there is a type error that will need to be fixed.

Fix Version: 6.4.0

Story Points: 1

Comment: A test was added to the default test suite in simp-core for this




Action items

  •  ensure we have the necessary fields
  •  decide whether to use yaml or csv
  •  decide what repo to use (suggestion:  a folder in https://github.com/simp/releng-misc wit the csvs as well as the ruby)
  •  make it happen!