diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-16 16:32:13 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-16 16:32:13 -0700 |
commit | cf51961d523222815cde064d88955aee88352eb5 (patch) | |
tree | 5acbd2c1ce94af64ba9c0cff1669a8d200bb11fc /controller/zt1-controller-client/test-controller.js | |
parent | c9fd8de007540df6f0d2ae7ad07b1c9daa128b93 (diff) | |
download | infinitytier-cf51961d523222815cde064d88955aee88352eb5.tar.gz infinitytier-cf51961d523222815cde064d88955aee88352eb5.zip |
.
Diffstat (limited to 'controller/zt1-controller-client/test-controller.js')
-rw-r--r-- | controller/zt1-controller-client/test-controller.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/controller/zt1-controller-client/test-controller.js b/controller/zt1-controller-client/test-controller.js deleted file mode 100644 index cddff031..00000000 --- a/controller/zt1-controller-client/test-controller.js +++ /dev/null @@ -1,14 +0,0 @@ -var ZT1ControllerClient = require('./index.js').ZT1ControllerClient; - -var zt1c = new ZT1ControllerClient('http://127.0.0.1:9993/','5d6181b71fae2684f9cc64ed'); - -zt1c.status(function(err,status) { - if (err) - console.log(err); - console.log(status); - zt1c.listNetworks(function(err,networks) { - if (err) - console.log(err); - console.log(networks); - }); -}); |