From b0ae4eb608e2e25d18d288fc00462c9857bb72fc Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Wed, 9 Jan 2019 12:49:16 -0600 Subject: [PATCH] add `refactored` test in the test library. --- tests/refactored/base/argotest.json | 14 ++++++++++++++ tests/refactored/base/containers.json | 14 ++++++++++++++ tests/refactored/base/libnrm.json | 14 ++++++++++++++ tests/refactored/base/nrm.json | 14 ++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 tests/refactored/base/argotest.json create mode 100644 tests/refactored/base/containers.json create mode 100644 tests/refactored/base/libnrm.json create mode 100644 tests/refactored/base/nrm.json diff --git a/tests/refactored/base/argotest.json b/tests/refactored/base/argotest.json new file mode 100644 index 0000000..c71a86b --- /dev/null +++ b/tests/refactored/base/argotest.json @@ -0,0 +1,14 @@ +{ + "fetch": { + "args": { + "fetchSubmodules": false, + "rev": "dbdef7efd1538d0580625ffcce03e6881c623d5c", + "sha256": "0aif1zwrgif164w42azniz5fpq4ddnr5lsi89j26qfkwrlsfy7mx", + "url": "https://xgitlab.cels.anl.gov/argo/argotest.git" + }, + "fn": "fetchgit" + }, + "rev": "refs/heads/master", + "type": "fetchgit", + "url": "https://xgitlab.cels.anl.gov/argo/argotest.git" +} \ No newline at end of file diff --git a/tests/refactored/base/containers.json b/tests/refactored/base/containers.json new file mode 100644 index 0000000..fb1cb11 --- /dev/null +++ b/tests/refactored/base/containers.json @@ -0,0 +1,14 @@ +{ + "fetch": { + "args": { + "fetchSubmodules": false, + "rev": "3e8a8ca82e223d0d7f713027fdfd35289e0ef89b", + "sha256": "1h2alkay1q7hmw1fq7y37v8fr44dv0r23qnjjdmz1ra3c28b1xq0", + "url": "https://xgitlab.cels.anl.gov/argo/containers.git" + }, + "fn": "fetchgit" + }, + "rev": "refs/heads/master", + "type": "fetchgit", + "url": "https://xgitlab.cels.anl.gov/argo/containers.git" +} \ No newline at end of file diff --git a/tests/refactored/base/libnrm.json b/tests/refactored/base/libnrm.json new file mode 100644 index 0000000..128686c --- /dev/null +++ b/tests/refactored/base/libnrm.json @@ -0,0 +1,14 @@ +{ + "fetch": { + "args": { + "fetchSubmodules": false, + "rev": "c81c458de93a353a7b5ba19cd124c02ed8ee85f3", + "sha256": "07f9ilxabxfs8iy0l7lq5788lqfrc6ckghdfxxaziiyqav90ayf0", + "url": "https://xgitlab.cels.anl.gov/argo/libnrm.git" + }, + "fn": "fetchgit" + }, + "rev": "refs/heads/master", + "type": "fetchgit", + "url": "https://xgitlab.cels.anl.gov/argo/libnrm.git" +} \ No newline at end of file diff --git a/tests/refactored/base/nrm.json b/tests/refactored/base/nrm.json new file mode 100644 index 0000000..1b50407 --- /dev/null +++ b/tests/refactored/base/nrm.json @@ -0,0 +1,14 @@ +{ + "fetch": { + "args": { + "fetchSubmodules": false, + "rev": "a5900178309310ef1f8986a8205846ff7fc24688", + "sha256": "0qzn8f69nn0dnjm3zdj1gvnyr28f4qbw77hl5gl8hs2cpxmr8jp8", + "url": "https://xgitlab.cels.anl.gov/argo/nrm.git" + }, + "fn": "fetchgit" + }, + "rev": "refs/heads/master", + "type": "fetchgit", + "url": "https://xgitlab.cels.anl.gov/argo/nrm.git" +} \ No newline at end of file -- 2.26.2