aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-12-07 15:11:15 +0100
committerVratko Polak <vrpolak@cisco.com>2021-04-20 17:27:46 +0000
commit921be93fe7d83870c9f1576737f6171a29771b6e (patch)
treed19dc2034ba140e4cc29d89eda1defa1a006c9c7
parenta4ee241eec7f8a4670fef7b17c181f5c1d934e18 (diff)
Fix vpp-csit device script
In Gerrit 30041 that was not tested properly. Change-Id: I42f57f1933b0e7d029030f4ec502f7268780827b Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 70b633f637f6923d1e266473389ddbba02ca37f1)
-rw-r--r--resources/libraries/bash/entry/per_patch_device.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/libraries/bash/entry/per_patch_device.sh b/resources/libraries/bash/entry/per_patch_device.sh
index 01e4de0089..efa925eda0 100644
--- a/resources/libraries/bash/entry/per_patch_device.sh
+++ b/resources/libraries/bash/entry/per_patch_device.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Copyright (c) 2020 Cisco and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -57,5 +57,4 @@ select_vpp_device_tags || die
compose_pybot_arguments || die
run_pybot || die
move_archives || die
-archive_test_results "csit_current" || die
die_on_pybot_error || die