Lava: Move dependencies to test case definitions
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 24 Nov 2016 20:07:32 +0000 (15:07 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 1 Dec 2016 21:38:30 +0000 (16:38 -0500)
This prevents the installation large python packages unnecessarily in
the cases of kvm tests for example.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
lava/baremetal-tests/failing-close.yml
lava/baremetal-tests/failing-open-efault.yml
lava/baremetal-tests/failing-open-enoent.yml
scripts/lttng-baremetal-tests/lava-submit.py

index 99ebc3738b426bb0ba2991889be24c3f0e668357..17df303621cff425f0411cb83f40e1cda616e615 100644 (file)
@@ -6,6 +6,9 @@ params:
     JENKINS_JOBNAME: "default jobname"
 
 install:
+        deps:
+                - python3-pandas
+                - python3-numpy
         git-repos:
                 - url: https://github.com/frdeso/syscall-bench-it.git
                   destination: benchmarks
index ece0c8ffe9db4caf4d30bbb2e6f4225025fe6fca..d560d6a4bcaa834d24cf7f1b4e1ec1dc6253a3fb 100644 (file)
@@ -6,6 +6,9 @@ params:
     JENKINS_JOBNAME: "default jobname"
 
 install:
+        deps:
+                - python3-pandas
+                - python3-numpy
         git-repos:
                 - url: https://github.com/frdeso/syscall-bench-it.git
                   destination: benchmarks
index 31c4a29c54315b8ff0db051de025f3a1cea99265..583728e6eebe5ecf97127cc488d959220a728900 100644 (file)
@@ -6,6 +6,9 @@ params:
     JENKINS_JOBNAME: "default jobname"
 
 install:
+        deps:
+                - python3-pandas
+                - python3-numpy
         git-repos:
                 - url: https://github.com/frdeso/syscall-bench-it.git
                   destination: benchmarks
index f9c7f0614be02e3d1dc5648645369d996c0f7faa..e528f9dec4df0d197c8d804d0d1373eddbad2411 100644 (file)
@@ -113,8 +113,7 @@ def get_boot_cmd():
 def get_config_cmd(build_device):
     packages=['bsdtar', 'psmisc', 'wget', 'python3', 'python3-pip', \
             'libglib2.0-dev', 'libffi-dev', 'elfutils', 'libdw-dev', \
-            'libelf-dev', 'libmount-dev', 'libxml2', 'python3-pandas', \
-            'python3-numpy']
+            'libelf-dev', 'libmount-dev', 'libxml2']
     command = OrderedDict({
         'command': 'lava_command_run',
         'parameters': {
This page took 0.024452 seconds and 4 git commands to generate.