summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-11 17:28:39 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-16 18:35:21 -0500
commite825bdd3b0edea6a7b49eadbcae16bd199d839dc (patch)
tree8436314f5f5bd52b2bdc3d65da220ec0799da4ae
parent99ea157ae4d22220ff3c529e12c19fe47369c4df (diff)
downloadbuildstream-e825bdd3b0edea6a7b49eadbcae16bd199d839dc.tar.gz
tests: Migrate plugin loading test to internals directory
-rw-r--r--tests/internals/pluginloading.py (renamed from tests/plugins/pipeline.py)2
-rw-r--r--tests/internals/pluginloading/badversionelement/customelements/__init__.py (renamed from tests/plugins/pipeline/badversionelement/customelements/__init__.py)0
-rw-r--r--tests/internals/pluginloading/badversionelement/customelements/foo.py (renamed from tests/plugins/pipeline/badversionelement/customelements/foo.py)0
-rw-r--r--tests/internals/pluginloading/badversionelement/elements/simple.bst (renamed from tests/plugins/pipeline/badversionelement/elements/simple.bst)0
-rw-r--r--tests/internals/pluginloading/badversionelement/project.conf (renamed from tests/plugins/pipeline/badversionelement/project.conf)0
-rw-r--r--tests/internals/pluginloading/badversionsource/customsources/__init__.py (renamed from tests/plugins/pipeline/badversionsource/customsources/__init__.py)0
-rw-r--r--tests/internals/pluginloading/badversionsource/customsources/foo.py (renamed from tests/plugins/pipeline/badversionsource/customsources/foo.py)0
-rw-r--r--tests/internals/pluginloading/badversionsource/elements/simple.bst (renamed from tests/plugins/pipeline/badversionsource/elements/simple.bst)0
-rw-r--r--tests/internals/pluginloading/badversionsource/project.conf (renamed from tests/plugins/pipeline/badversionsource/project.conf)0
-rw-r--r--tests/internals/pluginloading/customelement/elements/simple.bst (renamed from tests/plugins/pipeline/customelement/elements/simple.bst)0
-rw-r--r--tests/internals/pluginloading/customelement/pluginelements/__init__.py (renamed from tests/plugins/pipeline/customelement/pluginelements/__init__.py)0
-rw-r--r--tests/internals/pluginloading/customelement/pluginelements/foo.py (renamed from tests/plugins/pipeline/customelement/pluginelements/foo.py)0
-rw-r--r--tests/internals/pluginloading/customelement/project.conf (renamed from tests/plugins/pipeline/customelement/project.conf)0
-rw-r--r--tests/internals/pluginloading/customsource/elements/simple.bst (renamed from tests/plugins/pipeline/customsource/elements/simple.bst)0
-rw-r--r--tests/internals/pluginloading/customsource/pluginsources/__init__.py (renamed from tests/plugins/pipeline/customsource/pluginsources/__init__.py)0
-rw-r--r--tests/internals/pluginloading/customsource/pluginsources/foo.py (renamed from tests/plugins/pipeline/customsource/pluginsources/foo.py)0
-rw-r--r--tests/internals/pluginloading/customsource/project.conf (renamed from tests/plugins/pipeline/customsource/project.conf)0
17 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pipeline.py b/tests/internals/pluginloading.py
index 6aee104e2..574e59f12 100644
--- a/tests/plugins/pipeline.py
+++ b/tests/internals/pluginloading.py
@@ -8,7 +8,7 @@ from buildstream._pipeline import Pipeline
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),
- 'pipeline',
+ 'pluginloading',
)
diff --git a/tests/plugins/pipeline/badversionelement/customelements/__init__.py b/tests/internals/pluginloading/badversionelement/customelements/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/pipeline/badversionelement/customelements/__init__.py
+++ b/tests/internals/pluginloading/badversionelement/customelements/__init__.py
diff --git a/tests/plugins/pipeline/badversionelement/customelements/foo.py b/tests/internals/pluginloading/badversionelement/customelements/foo.py
index 75536e87f..75536e87f 100644
--- a/tests/plugins/pipeline/badversionelement/customelements/foo.py
+++ b/tests/internals/pluginloading/badversionelement/customelements/foo.py
diff --git a/tests/plugins/pipeline/badversionelement/elements/simple.bst b/tests/internals/pluginloading/badversionelement/elements/simple.bst
index f949dc5b5..f949dc5b5 100644
--- a/tests/plugins/pipeline/badversionelement/elements/simple.bst
+++ b/tests/internals/pluginloading/badversionelement/elements/simple.bst
diff --git a/tests/plugins/pipeline/badversionelement/project.conf b/tests/internals/pluginloading/badversionelement/project.conf
index 4f32752c3..4f32752c3 100644
--- a/tests/plugins/pipeline/badversionelement/project.conf
+++ b/tests/internals/pluginloading/badversionelement/project.conf
diff --git a/tests/plugins/pipeline/badversionsource/customsources/__init__.py b/tests/internals/pluginloading/badversionsource/customsources/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/pipeline/badversionsource/customsources/__init__.py
+++ b/tests/internals/pluginloading/badversionsource/customsources/__init__.py
diff --git a/tests/plugins/pipeline/badversionsource/customsources/foo.py b/tests/internals/pluginloading/badversionsource/customsources/foo.py
index f50855fd1..f50855fd1 100644
--- a/tests/plugins/pipeline/badversionsource/customsources/foo.py
+++ b/tests/internals/pluginloading/badversionsource/customsources/foo.py
diff --git a/tests/plugins/pipeline/badversionsource/elements/simple.bst b/tests/internals/pluginloading/badversionsource/elements/simple.bst
index 7e0cc43b7..7e0cc43b7 100644
--- a/tests/plugins/pipeline/badversionsource/elements/simple.bst
+++ b/tests/internals/pluginloading/badversionsource/elements/simple.bst
diff --git a/tests/plugins/pipeline/badversionsource/project.conf b/tests/internals/pluginloading/badversionsource/project.conf
index 58cf9c577..58cf9c577 100644
--- a/tests/plugins/pipeline/badversionsource/project.conf
+++ b/tests/internals/pluginloading/badversionsource/project.conf
diff --git a/tests/plugins/pipeline/customelement/elements/simple.bst b/tests/internals/pluginloading/customelement/elements/simple.bst
index fc48e3ba9..fc48e3ba9 100644
--- a/tests/plugins/pipeline/customelement/elements/simple.bst
+++ b/tests/internals/pluginloading/customelement/elements/simple.bst
diff --git a/tests/plugins/pipeline/customelement/pluginelements/__init__.py b/tests/internals/pluginloading/customelement/pluginelements/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/pipeline/customelement/pluginelements/__init__.py
+++ b/tests/internals/pluginloading/customelement/pluginelements/__init__.py
diff --git a/tests/plugins/pipeline/customelement/pluginelements/foo.py b/tests/internals/pluginloading/customelement/pluginelements/foo.py
index 823306ebc..823306ebc 100644
--- a/tests/plugins/pipeline/customelement/pluginelements/foo.py
+++ b/tests/internals/pluginloading/customelement/pluginelements/foo.py
diff --git a/tests/plugins/pipeline/customelement/project.conf b/tests/internals/pluginloading/customelement/project.conf
index bdc909985..bdc909985 100644
--- a/tests/plugins/pipeline/customelement/project.conf
+++ b/tests/internals/pluginloading/customelement/project.conf
diff --git a/tests/plugins/pipeline/customsource/elements/simple.bst b/tests/internals/pluginloading/customsource/elements/simple.bst
index 7e0cc43b7..7e0cc43b7 100644
--- a/tests/plugins/pipeline/customsource/elements/simple.bst
+++ b/tests/internals/pluginloading/customsource/elements/simple.bst
diff --git a/tests/plugins/pipeline/customsource/pluginsources/__init__.py b/tests/internals/pluginloading/customsource/pluginsources/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/pipeline/customsource/pluginsources/__init__.py
+++ b/tests/internals/pluginloading/customsource/pluginsources/__init__.py
diff --git a/tests/plugins/pipeline/customsource/pluginsources/foo.py b/tests/internals/pluginloading/customsource/pluginsources/foo.py
index d2b0d9c6d..d2b0d9c6d 100644
--- a/tests/plugins/pipeline/customsource/pluginsources/foo.py
+++ b/tests/internals/pluginloading/customsource/pluginsources/foo.py
diff --git a/tests/plugins/pipeline/customsource/project.conf b/tests/internals/pluginloading/customsource/project.conf
index 8205d185a..8205d185a 100644
--- a/tests/plugins/pipeline/customsource/project.conf
+++ b/tests/internals/pluginloading/customsource/project.conf