aboutsummaryrefslogtreecommitdiff
path: root/lava-v2-jobs-from-api.py
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2017-11-10 15:59:17 +0000
committerGuillaume Tucker <guillaume.tucker@collabora.com>2018-02-13 16:51:16 +0000
commitd360dd42f5322016301e1b0c0b56b55f9b75cb44 (patch)
treebe94e486a975fb066014e91cf78e47f9aa7ad159 /lava-v2-jobs-from-api.py
parent2049839bb20dbdc4b7598f4c4d0c0572fe648958 (diff)
lava-v2-jobs-from-api.py: drop _rootfs:nfs suffix
Drop the "_rootfs:nfs" suffix from the device types when running boot-nfs test plan. This was a hack to tell NFS boots from ramdisk ones and it causes issues since they're not real device type names. Note: Now that only "boot" test plan results are being pushed to the test callback, the boot-nfs results are not treated as regular boots but tests. So the ramdisk and NFS boot results won't be mixed up any more, the test plan name can be used to differentiate them. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'lava-v2-jobs-from-api.py')
-rwxr-xr-xlava-v2-jobs-from-api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lava-v2-jobs-from-api.py b/lava-v2-jobs-from-api.py
index 6747a78..437049b 100755
--- a/lava-v2-jobs-from-api.py
+++ b/lava-v2-jobs-from-api.py
@@ -230,7 +230,6 @@ def main(args):
if 'nfs' in plan:
nfsrootfs_url = NFSROOTFS_URL.format(initrd_arch)
initrd_url = None
- platform = platform + "_rootfs:nfs"
if build['modules']:
modules_url = urlparse.urljoin(base_url, build['modules'])
else: