From owner-soc-status@freebsd.org Tue Jul 4 20:04:58 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24590D9A1DE for ; Tue, 4 Jul 2017 20:04:58 +0000 (UTC) (envelope-from paggas1@yandex.com) Received: from forward19m.cmail.yandex.net (forward19m.cmail.yandex.net [IPv6:2a02:6b8:b030::a0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD3E12707 for ; Tue, 4 Jul 2017 20:04:57 +0000 (UTC) (envelope-from paggas1@yandex.com) Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [77.88.29.85]) by forward19m.cmail.yandex.net (Yandex) with ESMTP id 9171221E02 for ; Tue, 4 Jul 2017 23:04:44 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id C1F4F1A8003E; Tue, 4 Jul 2017 23:04:43 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id dznDcFdxHB-4hPGun9d; Tue, 04 Jul 2017 23:04:43 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1499198683; bh=edP8Dj+mzheUCRr9+rzvWfSLVmxjMGSIdnRYoI9QqHY=; h=To:From:Subject:Message-ID:Date; b=qaxE3y0MODNGL68cBjj/R0omohW+py+xNPGBtUaqOfluBKX+sz+day2khfJWrKt9z XmRu0t0U0TdfXVJJ+ireIzHStnIhJpMtaj2PUoZGzYlkceu8e8v/yU0m6FZ2gecH6o 8o6pkc/E/R/RclDzGvh5R0tLL9QJK/4Q2+C+MIBI= Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 1022867361,1 0 To: soc-status@freebsd.org From: Panagiotes Mousikides Subject: GSoC status: PF testing, week 5 Message-ID: <2b67fba3-1d91-ab72-d704-c40d596c6d91@yandex.com> Date: Tue, 4 Jul 2017 20:04:42 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2017 20:04:58 -0000 Hello everybody! Work is going well on writing tests for pf, the FreeBSD network filter. Here is what has happened since the last update. Regarding pfctl tests, we have now better descriptions the the various tests, as well as some ALTQ tests. We have also created some network tests now, which exist in the source tree under src/tests/sys/netpfil/pf. The tests cover some simple blocking rules for now. We have also improved integration of the test suite to FreeBSD's build system. Both the pfctl tests and the network tests can be created with 'make', installed with 'make install' (as root), and then run from /usr/tests with 'kyua make'. Have a look at my GitHub repository at https://github.com/paggas/freebsd, my work is under the 'paggas' branch. Best regards, Panagiotes