Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
1ada7ce74b01dafeb36a87ecce2780f0e264ae3b
/
.
/
cli
/
sdncon
/
ui
/
test.py
blob: 888d07b52c522ae51f1c362762bea751a46a7f1a [
file
] [
log
] [
blame
]
from
showswitch
import
show_switch_data
import
json
,
urllib2
def
main
():
request
=
None
print
show_switch_data
(
None
)
#url = 'http://localhost:8000/rest/v1/model/switch-alias/'
#print json.load(urllib2.urlopen(url))
if
__name__
==
"__main__"
:
main
()