eae904e854
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
12 lines
269 B
Python
12 lines
269 B
Python
import requests
|
|
|
|
from solar.core.log import log
|
|
|
|
|
|
def test(resource):
|
|
log.debug('Testing node_network_puppet')
|
|
# requests.get(
|
|
# 'http://%s:%s' % (resource.args['ip'].value, resource.args['port'].value)
|
|
# TODO(bogdando) figure out how to test this
|
|
# )
|