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:
11
tests/container/setup.py
Normal file
11
tests/container/setup.py
Normal 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(),
|
||||
)
|
Reference in New Issue
Block a user