This website requires JavaScript.
Explore
Help
Register
Sign in
kevinheyer
/
bootstrap-vz
Watch
1
Star
0
Fork
You've already forked bootstrap-vz
0
mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced
2025-08-22 09:50:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2d6a026160
bootstrap-vz
/
bootstrap-vz-remote
6 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Initial work on integration testing started. The work consists of three parts: * Allow for bootstrapping remotely, this makes it possible to run the tests on e.g. OSX with VirtualBox installed * Make bootstrapping a fully automated process where the manifests can be generated by the tests and the tests can call the bootstrapper directly in python * Create a framework wherein instances can be booted up using the bootstrapped images and subsequently tested
2014-08-31 13:45:35 +02:00
#!/usr/bin/env python
if __name__ == '__main__':
Put remote module into pkg root
2014-11-30 14:13:43 +01:00
from bootstrapvz.remote.main import main
Initial work on integration testing started. The work consists of three parts: * Allow for bootstrapping remotely, this makes it possible to run the tests on e.g. OSX with VirtualBox installed * Make bootstrapping a fully automated process where the manifests can be generated by the tests and the tests can call the bootstrapper directly in python * Create a framework wherein instances can be booted up using the bootstrapped images and subsequently tested
2014-08-31 13:45:35 +02:00
main()
Reference in a new issue
Copy permalink