This plugin allows you to run your test-kitchen run inside of Emacs. No need to shell out or tab out to run `kitchen` commands.
This plugin also assumes you have ChefDK installed.
I’d like to thank Cameron Desautels for the jump start on this project. /me tips my hat to you sir.
I’d also like to thank Eric Larson for pushing me to keep this alive.
This plugin was also inspired from the following sites:
- http://blog.binchen.org/posts/open-readme-under-git-root-directory-in-emacs.html
- http://stackoverflow.com/questions/821853/splitting-window-in-emacs-lisp-function
The following key bindings are just suggestions, I just didn’t have these bound to anything.
(global-set-key (kbd "C-c C-d") 'test-kitchen-destroy)
(global-set-key (kbd "C-c C-t") 'test-kitchen-test)
(global-set-key (kbd "C-c l") 'test-kitchen-list)
(global-set-key (kbd "C-c C-kc") 'test-kitchen-converge)
(global-set-key (kbd "C-c C-kv") 'test-kitchen-verify)
- Have a way to select the only one suite to run
- Have a way to select only one os to run
This file is NOT part of GNU Emacs.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
See http://www.gnu.org/licenses/ for a copy of the GNU General Public License.
Copyright (C) 2015 JJ Asghar http://jjasghar.github.io