Compare commits
No commits in common. "543e698db81dae04122f24f90abef17c28f9f68a" and "3b49a6c49e8d09f0719bc778df3b7bbdcb09e114" have entirely different histories.
543e698db8
...
3b49a6c49e
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,8 +2,7 @@ aether
|
|||||||
aether.pub
|
aether.pub
|
||||||
aether.tar.gz
|
aether.tar.gz
|
||||||
nodeslist
|
nodeslist
|
||||||
*.tar.zst
|
*.tar.xz
|
||||||
pkg/
|
pkg/
|
||||||
src/
|
src/
|
||||||
venv/
|
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
|
@ -5,7 +5,7 @@ import subprocess
|
|||||||
# TODO Still need to devise a testing strategy (https://foundation.aninix.net/AniNIX/Aether/issues/1)
|
# TODO Still need to devise a testing strategy (https://foundation.aninix.net/AniNIX/Aether/issues/1)
|
||||||
def test_aether():
|
def test_aether():
|
||||||
print(os.getcwd())
|
print(os.getcwd())
|
||||||
fh = os.popen("echo bye | timeout 3 sudo sftp -o IdentityFile=/home/aether/.ssh/aether aether@aninix.net", mode='r', buffering=-1)
|
fh = os.popen("echo bye | timeout 3 sftp -o IdentityFile=./aether aether@aninix.net", mode='r', buffering=-1)
|
||||||
output = fh.read()
|
output = fh.read()
|
||||||
retcode = fh.close()
|
retcode = fh.close()
|
||||||
assert retcode == None
|
assert retcode == None
|
||||||
|
Loading…
Reference in New Issue
Block a user