[CCAMP] [ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang] 3d8e39: add 69 line-width for the tree width in the test (...

Esther Le Rouzic <noreply@github.com> Tue, 09 February 2021 09:10 UTC

Return-Path: <noreply@github.com>
X-Original-To: ccamp@ietfa.amsl.com
Delivered-To: ccamp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4C6533A1322 for <ccamp@ietfa.amsl.com>; Tue, 9 Feb 2021 01:10:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.35
X-Spam-Level:
X-Spam-Status: No, score=-2.35 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.25, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2TEefRJpNWSQ for <ccamp@ietfa.amsl.com>; Tue, 9 Feb 2021 01:10:05 -0800 (PST)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E08E43A131F for <ccamp@ietf.org>; Tue, 9 Feb 2021 01:10:04 -0800 (PST)
Received: from github.com (hubbernetes-node-9e1b504.ash1-iad.github.net [10.56.101.60]) by smtp.github.com (Postfix) with ESMTPA id ECF5B5E0C13 for <ccamp@ietf.org>; Tue, 9 Feb 2021 01:10:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1612861803; bh=nRWGF33U79G0k5xcA3bXaElq3yfVTQFi0+GGanQ/BUA=; h=Date:From:To:Subject:From; b=lzIjbGkO7dDN9bNfuWpY+GtAasZkFaDGOj2OE5Q4x1t3GqnT6XTxm6mRFrbtxQKfh 2I2FuYH20nD8F40ecCKxuofYv7lbWzpratkQenI3/dqgKa4CWmXnEJJ2s+NWPCrooG y9X867UyRwLwArPg6uDQxABvpYlAJiL6qKnpNTBM=
Date: Tue, 09 Feb 2021 01:10:03 -0800
From: Esther Le Rouzic <noreply@github.com>
To: ccamp@ietf.org
Message-ID: <ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang/push/refs/heads/master/d9bcf0-3d8e39@github.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: ccamp@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/ccamp/chOyKQFCoX1nsiCYcThFCLyD5xQ>
Subject: [CCAMP] [ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang] 3d8e39: add 69 line-width for the tree width in the test (...
X-BeenThere: ccamp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Discussion list for the CCAMP working group <ccamp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ccamp>, <mailto:ccamp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ccamp/>
List-Post: <mailto:ccamp@ietf.org>
List-Help: <mailto:ccamp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ccamp>, <mailto:ccamp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Feb 2021 09:10:06 -0000

  Branch: refs/heads/master
  Home:   https://github.com/ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang
  Commit: 3d8e39f7fcffdfef29fc0a7683ea7ba7a79cba15
      https://github.com/ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang/commit/3d8e39f7fcffdfef29fc0a7683ea7ba7a79cba15
  Author: Esther Le Rouzic <EstherLerouzic@users.noreply.github.com>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M tests/test_yang.py

  Log Message:
  -----------
  add 69 line-width for the tree width in the test (#59)

* add 69 line-width for the tree width in the test

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>

* refactor test

separate the tests into to tests to show which part is failing
simplify: remove parametrization since only one file needs to be checked

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>

* correct file suppression

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>