KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
lx_kitchen
★ 12
Open GitHub ↗
Test Kitchen for LX Zones
Download README (.md)
Explore Similar Repositories
elasticbeanstalk-worker-simulator
:
Run an Elastic Beanstalk worker application locally
JS_Packer
:
pack JavaScript into a self-extracting PNG
SkypeExportSwift
:
A small tool that exports historical skype user data form its local database.
mountebank-python
:
Mountebank Python Client
audio-ruby
:
Cross-platform Audio Device Interface for Ruby
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lx_kitchen
?
Download (.md)
LX Kitchen ===================== Test SmartOS LX zones using Vagrant and Test Kitchen. ## Prerequisites * Have a look at @sjorge's initial work at http://goo.gl/gu6kp8 * Vagrant (https://www.vagrantup.com/downloads.html) * The `vagrant-smartos-zones` plugin, `test-kitchen` gem and `kitchen-vagrant` plugin: ``` vagrant plugin install vagrant-smartos-zones gem install test-kitchen gem install kitchen-vagrant ``` ## Running it ``` git clone https://github.com/bixu/lx_kitchen.git cd lx_kitchen kitchen verify ## checks the state of tests in the suite ## make some changes (for example, add tests) kitchen verify ## improve tests and fix bugs as needed kitchen verify kitchen destroy ## clean up the testing environment, going back to 'zero' kitchen test ## a full end-to-end test cycle ``` See documenation for the preqrequisite tools for more detail. ## Writing tests See Test Kitchen documentation (http://kitchen.ci/docs/getting-started/writing-test) ## Caveats * Only contains tests for Ubuntu LX zones currently. * Because LX zones are by nature much fatter than SmartOS zones and have to be downloaded for every test run, you'll want a pretty fast internet connection to facilitate faster testing. ## Contributing The standard fork/feature branch/pull request rigamarole. Improvements and expanded test coverage are welcome :)