aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_base.py14
-rw-r--r--tests/test_cr2.py14
-rw-r--r--tests/test_duplicates.py14
-rw-r--r--tests/test_dynamic.py2
-rw-r--r--tests/test_pid.py14
-rw-r--r--tests/test_plot_utils.py14
-rw-r--r--tests/test_plotter.py14
-rw-r--r--tests/test_power.py14
-rw-r--r--tests/test_results.py14
-rw-r--r--tests/test_run.py14
-rw-r--r--tests/test_sched.py14
-rw-r--r--tests/test_thermal.py14
-rw-r--r--tests/utils_tests.py14
13 files changed, 169 insertions, 1 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index a57a798..7794b36 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_base.py
+# ----------------------------------------------------------------
+# $
+#
import os
import sys
diff --git a/tests/test_cr2.py b/tests/test_cr2.py
index d2a5fa4..8ac5831 100644
--- a/tests/test_cr2.py
+++ b/tests/test_cr2.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_cr2.py
+# ----------------------------------------------------------------
+# $
+#
import os
import re
diff --git a/tests/test_duplicates.py b/tests/test_duplicates.py
index b107d06..c68af8d 100644
--- a/tests/test_duplicates.py
+++ b/tests/test_duplicates.py
@@ -1,4 +1,18 @@
#!/usr/bin/env python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_duplicates.py
+# ----------------------------------------------------------------
+# $
+#
import unittest
import matplotlib
diff --git a/tests/test_dynamic.py b/tests/test_dynamic.py
index 0ed8e61..0bc3fa8 100644
--- a/tests/test_dynamic.py
+++ b/tests/test_dynamic.py
@@ -8,7 +8,7 @@
# copies and copies may only be made to the extent permitted
# by a licensing agreement from ARM Limited.
# ----------------------------------------------------------------
-# File: tests_dynamic.py
+# File: test_dynamic.py
# ----------------------------------------------------------------
# $
#
diff --git a/tests/test_pid.py b/tests/test_pid.py
index cb37eb5..b16edaf 100644
--- a/tests/test_pid.py
+++ b/tests/test_pid.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_pid.py
+# ----------------------------------------------------------------
+# $
+#
import matplotlib
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py
index 597cb6d..66cf315 100644
--- a/tests/test_plot_utils.py
+++ b/tests/test_plot_utils.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_plot_utils.py
+# ----------------------------------------------------------------
+# $
+#
import unittest
import matplotlib
diff --git a/tests/test_plotter.py b/tests/test_plotter.py
index fa328b1..aaf4cda 100644
--- a/tests/test_plotter.py
+++ b/tests/test_plotter.py
@@ -1,4 +1,18 @@
#!/usr/bin/env python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_plotter.py
+# ----------------------------------------------------------------
+# $
+#
import unittest
import matplotlib
diff --git a/tests/test_power.py b/tests/test_power.py
index 989ff9a..2496002 100644
--- a/tests/test_power.py
+++ b/tests/test_power.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_power.py
+# ----------------------------------------------------------------
+# $
+#
import matplotlib
import pandas as pd
diff --git a/tests/test_results.py b/tests/test_results.py
index 05bef5a..7e6c233 100644
--- a/tests/test_results.py
+++ b/tests/test_results.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_results.py
+# ----------------------------------------------------------------
+# $
+#
import os, sys
import shutil
diff --git a/tests/test_run.py b/tests/test_run.py
index db812e9..c9ccb2e 100644
--- a/tests/test_run.py
+++ b/tests/test_run.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_run.py
+# ----------------------------------------------------------------
+# $
+#
import matplotlib
import os
diff --git a/tests/test_sched.py b/tests/test_sched.py
index 0979a06..2b0c715 100644
--- a/tests/test_sched.py
+++ b/tests/test_sched.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_sched.py
+# ----------------------------------------------------------------
+# $
+#
import os
import sys
diff --git a/tests/test_thermal.py b/tests/test_thermal.py
index 61f50a9..7359c71 100644
--- a/tests/test_thermal.py
+++ b/tests/test_thermal.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: test_thermal.py
+# ----------------------------------------------------------------
+# $
+#
import unittest
import matplotlib
diff --git a/tests/utils_tests.py b/tests/utils_tests.py
index a7ac216..7caa669 100644
--- a/tests/utils_tests.py
+++ b/tests/utils_tests.py
@@ -1,4 +1,18 @@
#!/usr/bin/python
+# $Copyright:
+# ----------------------------------------------------------------
+# This confidential and proprietary software may be used only as
+# authorised by a licensing agreement from ARM Limited
+# (C) COPYRIGHT 2015 ARM Limited
+# ALL RIGHTS RESERVED
+# The entire notice above must be reproduced on all authorised
+# copies and copies may only be made to the extent permitted
+# by a licensing agreement from ARM Limited.
+# ----------------------------------------------------------------
+# File: utils_tests.py
+# ----------------------------------------------------------------
+# $
+#
import unittest
import os