EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
09430018
Commit
09430018
authored
4 years ago
by
Mussab Abdalla
Browse files
Options
Downloads
Patches
Plain Diff
fixing path
parent
b294b639
No related branches found
No related tags found
2 merge requests
!49
Production release 1.1.1
,
!44
Ingestor test
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/ingestor_prep.py
+1
-1
1 addition, 1 deletion
testing/ingestor_prep.py
testing/ingestor_test.py
+1
-1
1 addition, 1 deletion
testing/ingestor_test.py
with
2 additions
and
2 deletions
testing/ingestor_prep.py
+
1
−
1
View file @
09430018
...
...
@@ -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
This diff is collapsed.
Click to expand it.
testing/ingestor_test.py
+
1
−
1
View file @
09430018
...
...
@@ -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
=
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment