1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

tests container to run in-VM

This commit is contained in:
Ivan Mikushin
2015-05-07 17:18:53 +05:00
parent ece34c7a3d
commit 190a46542d
5 changed files with 33 additions and 0 deletions

11
tests/container/setup.py Normal file
View File

@@ -0,0 +1,11 @@
from distutils.core import setup
setup(
name='RancherOSInVMTests',
version='0.1',
packages=[
'rancheros.invmtest'
],
license='ASL 2.0',
long_description=open('README.txt').read(),
)