EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 09430018 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

fixing path

parent b294b639
No related branches found
No related tags found
2 merge requests!49Production release 1.1.1,!44Ingestor test
......@@ -8,7 +8,7 @@ def sftp_connection():
transport = paramiko.Transport(('docker', 2223))
transport.connect(username=username, password=password)
sftp = paramiko.SFTPClient.from_transport(transport)
sftp.put('./testing/tpzonlineitem.xml', '/data/from/fepd/tpzonlineitem.xml')
sftp.put('./tpzonlineitem.xml', '/data/from/fepd/tpzonlineitem.xml')
sftp_connection()
\ No newline at end of file
......@@ -20,7 +20,7 @@ def set_gdal_swift_auth():
gdal.SetConfigOption("SWIFT_AUTH_TOKEN", auth_token)
@pytest.fixture
def list_tifs(product):
def list_tifs(product='KS03_AIS_PSH_1G_20160101T113020_20160101T113022_KGS_019339_75CE.tar'):
preprocessed_list = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment