Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions tests/test_real_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ def test_s3_small_file():
def test_s3_small_dataset():
"""Run an S3 test on a small file."""
storage_options = {
'key': "f2d55c6dcfc7618b2c34e00b58df3cef",
'secret':
"$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT",
"anon": True,
'client_kwargs': {
'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"
},
Expand All @@ -138,9 +136,7 @@ def test_s3_small_dataset():
def test_s3_dataset():
"""Run somewhat as the 'gold' test."""
storage_options = {
'key': "f2d55c6dcfc7618b2c34e00b58df3cef",
'secret':
"$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT",
"anon": True,
'client_kwargs': {
'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"
},
Expand Down
9 changes: 3 additions & 6 deletions tests/test_real_s3_with_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
def build_active_test1_file():
"""Run an integration test with real data off S3 but with a small file."""
storage_options = {
'key': "f2d55c6dcfc7618b2c34e00b58df3cef",
'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT",
"anon": True,
'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}, # final proxy
}
active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist
Expand All @@ -36,8 +35,7 @@ def build_active_test1_file():
def build_active_small_file():
"""Run an integration test with real data off S3 but with a small file."""
storage_options = {
'key': "f2d55c6dcfc7618b2c34e00b58df3cef",
'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT",
"anon": True,
'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}, # final proxy
}
active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist
Expand Down Expand Up @@ -92,8 +90,7 @@ def test_small_file_axis_0_1_compare_with_numpy():
def build_active():
"""Run an integration test with real data off S3."""
storage_options = {
'key': "f2d55c6dcfc7618b2c34e00b58df3cef",
'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT",
"anon": True,
'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}, # final proxy
}
active_storage_url = "https://reductionist.jasmin.ac.uk/" # Wacasoft new Reductionist
Expand Down
Loading