summaryrefslogtreecommitdiff
path: root/acceptance
Commit message (Collapse)AuthorAgeFilesLines
* Make FIPS use the /opt/chef bundle to run the testsjk/lock-depsJohn Keiser2016-04-181-15/+23
|
* Don't update fips serverspec Gemfile.lockJohn Keiser2016-04-181-13/+0
|
* Don't lock acceptance for other platformsJohn Keiser2016-04-182-17/+1
|
* Don't update bundler when running acceptance testJohn Keiser2016-04-182-29/+16
|
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-182-1/+17
|
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-181-4/+4
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-181-3/+5
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-183-1/+259
|
* use latest released test-kitchen in chef-acceptancetk_17Matt Wrock2016-04-041-2/+2
|
* use test-kitchen from master for acceptance testsnew_tkMatt Wrock2016-03-311-3/+2
|
* Adding acceptance tests for Omnitruck that ensure it only returns 32-bit ↵tyler-ball2016-03-305-0/+66
| | | | packages for Chef versions < 12.9
* Merge pull request #4735 from chef/archMatt Wrock2016-03-231-0/+2
|\ | | | | Pass windows architecture to kitchen provisioner
| * pass windows architecture to kitchen provisionerarchMatt Wrock2016-03-211-0/+2
| |
* | Change acceptance test tag so old instances will be reapeddanielsdeleo2016-03-211-1/+1
|/
* temporarily disabling windows and chocolatey to eliminate transient errors ↵Matt Wrock2016-03-151-6/+8
| | | | on the builders
* Add more cookbooks for Win64 test matrixsalam/acceptance-tweakSalim Alam2016-03-097-0/+85
|
* adding docker to top_cookbooksMatt Wrock2016-03-043-0/+16
|
* Add ability to run tests against chefdkjk/work-with-chefdk-tooJohn Keiser2016-02-293-0/+18
|
* Use the bento centos box for vagrantjdm/fips-acceptanceJay Mundrawala2016-02-262-3/+4
| | | | | | We need to use kitchen-vagrant in github so that kitchen-vagrant does not use a bento url to download the box and instead just goes through atlas.
* Fix rubocop issuesJay Mundrawala2016-02-261-3/+3
|
* Use the correct path separatorJay Mundrawala2016-02-251-2/+2
|
* bump timeout for for fips acceptance testsJay Mundrawala2016-02-251-3/+3
| | | | Windows can be a bit slow
* Exclude git from the fips acceptance testsJay Mundrawala2016-02-251-1/+1
| | | | We don't have git on those boxes
* Fix things rubocop complains aboutJay Mundrawala2016-02-252-10/+10
|
* Add windows support for fips_specJay Mundrawala2016-02-252-4/+26
|
* Add fips test for centos-6Jay Mundrawala2016-02-258-0/+31
|
* Add centos-6 to .kitchen.vagrant.ymlJay Mundrawala2016-02-251-2/+4
| | | | | This will allow testing on centos-6 which will be needed by fips
* Detect whether we are running from chef or chef-dkjk/kitchen-acceptanceJohn Keiser2016-02-251-3/+8
|
* removed the pin after fix in kitchen-inspec 0.12.1ap/unpin_inspecAlex Pop2016-02-221-2/+2
|
* Fix nil warnings, make inspec tests workSalim Alam2016-02-192-4/+5
|
* Need to run apt update on EC2 ubuntu images for acceptance teststball/apt_updatetyler-ball2016-02-181-1/+2
|
* Merge pull request #4563 from chef/salam/readme-updateSalim Alam2016-02-111-1/+47
|\ | | | | Update README to reflect more config options
| * Update README to reflect more config optionsSalim Alam2016-02-111-1/+47
| |
* | Reenable learnchef acceptance testsjk/reenable-learnchefJohn Keiser2016-02-116-13/+27
|/
* 12.7.2 release prep, removing some unstable acceptance tests so we can get a ↵tyler-ball2016-02-111-9/+10
| | | | successful release pipeline run
* Add learn-chef for Windows to top-cookbooks testsalam/learn-chef-windowsSalim Alam2016-02-102-0/+9
|
* Make kitchen run concurrentlysalam/learn-chefSalim Alam2016-02-091-1/+1
|
* Fix "chef-acceptance destroy" on first run; add -l debug to kitchenJohn Keiser2016-02-092-13/+12
|
* Enable git, remove rhelSalim Alam2016-02-092-6/+4
|
* Add `top_cookbooks` resource to run all top cookbooksJohn Keiser2016-02-0912-47/+48
|
* Make it goJohn Keiser2016-02-096-77/+89
|
* WIP: Make cookbooks infra more genericSalim Alam2016-02-0913-71/+90
|
* Merge pull request #4538 from chef/salam/acceptance-updateSalim Alam2016-02-081-1/+1
|\ | | | | Expand the list of acceptance tests
| * Fixup trivial version testSalim Alam2016-02-081-1/+1
| |
* | autofixing busted cops on masterLamont Granquist2016-02-082-5/+5
|/
* Merge pull request #4528 from chef/salam/unique-gemsSalim Alam2016-02-0732-179/+186
|\ | | | | Add basics suite, refactor to share common infra
| * Update to use .shared cookbooksalam/unique-gemsSalim Alam2016-02-0514-13/+22
| |
| * Add basics suite, refactor to share common infraSalim Alam2016-02-0436-179/+177
| |
* | autofixing whitespace copsLamont Granquist2016-02-051-4/+4
|/ | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Remove local chefsalam/acceptance-fixSalim Alam2016-01-291-1/+0
|