threefoldtecharchive / jumpscaleX_libs

Apache License 2.0
0 stars 2 forks source link

Error in zerotier test #87

Open john-kheir opened 4 years ago

john-kheir commented 4 years ago

Zerotier test need to be refactored .. please make sure the test is passing

Test Location

/sandbox/code/github/threefoldtech/jumpscaleX_libs/JumpscaleLibs/clients/zerotier/ZerotierFactory.py

Error

JSX> j.clients.zerotier.test()                                                                       
/bin/bash: /sandbox/bin/zerotier-cli: No such file or directory
Thu 13 08:14:03 r/ZerotierFactory.py -  65 - network_join                       : EXCEPTION: 
    error while joinning network:
    /bin/bash: /sandbox/bin/zerotier-cli: No such file or directory
--TRACEBACK------------------
<stdin> in <module>
    1    
/sandbox/lib/jumpscale/JumpscaleLibs/clients/zerotier/ZerotierFactory.py in test
    209    self.network_join(network_id=network.id)
/sandbox/lib/jumpscale/JumpscaleLibs/clients/zerotier/ZerotierFactory.py in network_join
    65    raise j.exceptions.RuntimeError("error while joinning network: \n{}".format(err))
-----------------------------
xmonader commented 4 years ago

this needs to install zerotier first with builder. dont' think that's an e2e test, if needed let's add steps to install zerotier before running test.