From a765d93f5d1fe7d9500ef93c4784e6a126d6c245 Mon Sep 17 00:00:00 2001 From: 李玉冰 Date: Fri, 8 May 2020 10:11:15 +0800 Subject: remove barefoot tests --- bloomfilter/ptf-test/test.py | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/bloomfilter/ptf-test/test.py b/bloomfilter/ptf-test/test.py index be79ed0..940dd19 100644 --- a/bloomfilter/ptf-test/test.py +++ b/bloomfilter/ptf-test/test.py @@ -1,31 +1,3 @@ -################################################################################ -# BAREFOOT NETWORKS CONFIDENTIAL & PROPRIETARY -# -# Copyright (c) 2018-2019 Barefoot Networks, Inc. - -# All Rights Reserved. -# -# NOTICE: All information contained herein is, and remains the property of -# Barefoot Networks, Inc. and its suppliers, if any. The intellectual and -# technical concepts contained herein are proprietary to Barefoot Networks, -# Inc. -# and its suppliers and may be covered by U.S. and Foreign Patents, patents in -# process, and are protected by trade secret or copyright law. -# Dissemination of this information or reproduction of this material is -# strictly forbidden unless prior written permission is obtained from -# Barefoot Networks, Inc. -# -# No warranty, explicit or implicit is provided, unless granted under a -# written agreement with Barefoot Networks, Inc. -# -# -############################################################################### - - -""" -Simple PTF test for simple_l3_nexthop -""" - ######### STANDARD MODULE IMPORTS ######## import logging import grpc -- cgit v1.2.3