From c80fab10a6a7fc7470762d0fb60e491ba9a7edb0 Mon Sep 17 00:00:00 2001 From: Kuba Mazurek Date: Wed, 28 Apr 2021 13:04:56 +0200 Subject: [PATCH 1/2] Change config_overrides fixture scope to function --- goth_tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goth_tests/conftest.py b/goth_tests/conftest.py index 396385bdb4..c7caa06090 100644 --- a/goth_tests/conftest.py +++ b/goth_tests/conftest.py @@ -37,7 +37,7 @@ def log_dir() -> Path: return log_dir -@pytest.fixture(scope="session") +@pytest.fixture(scope="function") def config_overrides(request) -> List[Override]: """Fixture parsing --config-override params passed to the test invocation.""" overrides: List[str] = request.config.option.config_override or [] From 672608d05879a9ce182480e7ff59d5b2acb7e160 Mon Sep 17 00:00:00 2001 From: Kuba Mazurek Date: Wed, 28 Apr 2021 13:05:47 +0200 Subject: [PATCH 2/2] Update image repo URLs in goth tests --- goth_tests/helpers/activity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goth_tests/helpers/activity.py b/goth_tests/helpers/activity.py index 5813f505f1..f6c1922817 100644 --- a/goth_tests/helpers/activity.py +++ b/goth_tests/helpers/activity.py @@ -8,12 +8,12 @@ wasi_task_package: str = ( "hash://sha3:d5e31b2eed628572a5898bf8c34447644bfc4b5130cfc1e4f10aeaa1:" - "http://3.249.139.167:8000/rust-wasi-tutorial.zip" + "http://yacn2.dev.golem.network:8000/rust-wasi-tutorial.zip" ) vm_task_package: str = ( "hash:sha3:9a3b5d67b0b27746283cb5f287c13eab1beaa12d92a9f536b747c7ae:" - "http://3.249.139.167:8000/local-image-c76719083b.gvmi" + "http://yacn2.dev.golem.network:8000/local-image-c76719083b.gvmi" )