Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

busser bats tests don't run #16

Closed
joegoggins opened this issue Sep 27, 2013 · 2 comments
Closed

busser bats tests don't run #16

joegoggins opened this issue Sep 27, 2013 · 2 comments

Comments

@joegoggins
Copy link

When I run kitchen test, my .bats files don't run.

My integration test directory is like

▾ test/
  ▾ integration/
    ▾ default/
      ▾ bats/
          verify_installed_packages.bats

My .kitchen.yml is like this:


---
driver_plugin: ec2
driver_config:
  require_chef_omnibus: true

platforms:
- name: centos-6.4
  driver_config:
...
    region: us-east-1
    availability_zone: us-east-1b
    flavor_id: t1.micro
    # username: root
    require_chef_omnibus: true
    groups: ssh-only

suites:
- name: default
  run_list: ["recipe[spark-base]"]
  attributes: {}

This is for test-kitchen (~> 1.0.0.beta.3)

Any ideas of why this might happen?

@fnichol
Copy link
Contributor

fnichol commented Nov 30, 2013

Sorry for the delayed response, are you still having these issues or did a new version of Test Kitchen resolve them?

If you're still having this issue, could you please repost in in https://github.com/test-kitchen/test-kitchen/issues with a paste/gist of the kitchen run with -l debug set? Thank you so much!

@fnichol fnichol closed this as completed Nov 30, 2013
@joegoggins
Copy link
Author

No problem, i resolved a while ago. In this case my mistake was naming the suite name different than the bats directory. Thanks for all your hard work on ye olde test kitchen, much appreciated!

On Nov 30, 2013, at 12:22 AM, Fletcher Nichol notifications@github.com wrote:

Closed #16.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants