From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <t.lamprecht@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id 60E8B60C93
 for <pve-devel@lists.proxmox.com>; Tue, 15 Dec 2020 14:43:25 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 53D6312C82
 for <pve-devel@lists.proxmox.com>; Tue, 15 Dec 2020 14:42:55 +0100 (CET)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [212.186.127.180])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS id DBFD812C75
 for <pve-devel@lists.proxmox.com>; Tue, 15 Dec 2020 14:42:54 +0100 (CET)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id A2AC2451B0
 for <pve-devel@lists.proxmox.com>; Tue, 15 Dec 2020 14:42:54 +0100 (CET)
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
 Dominik Csapak <d.csapak@proxmox.com>
References: <20201211135241.27957-1-d.csapak@proxmox.com>
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
Message-ID: <ad223757-813c-0c3b-42a5-857581b9a0a4@proxmox.com>
Date: Tue, 15 Dec 2020 14:42:53 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:84.0) Gecko/20100101
 Thunderbird/84.0
MIME-Version: 1.0
In-Reply-To: <20201211135241.27957-1-d.csapak@proxmox.com>
Content-Type: text/plain; charset=UTF-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL -0.067 Adjusted score from AWL reputation of From: address
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 RCVD_IN_DNSWL_MED        -2.3 Sender listed at https://www.dnswl.org/,
 medium trust
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: [pve-devel] applied:  [PATCH storage 1/2] tests: add ssd sas disk
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Tue, 15 Dec 2020 13:43:25 -0000

On 11.12.20 14:52, Dominik Csapak wrote:
> copied from test 'sas' with rotational set to 0
> this has then the type 'ssd', rpm: 0, and health: 'OK'
> 
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
>  test/disk_tests/sas_ssd/disklist              |  1 +
>  .../disk_tests/sas_ssd/disklist_expected.json | 17 ++++++++++
>  test/disk_tests/sas_ssd/sda/device/model      |  1 +
>  test/disk_tests/sas_ssd/sda/device/vendor     |  1 +
>  test/disk_tests/sas_ssd/sda/queue/rotational  |  1 +
>  test/disk_tests/sas_ssd/sda/size              |  1 +
>  test/disk_tests/sas_ssd/sda_smart             | 20 ++++++++++++
>  .../sas_ssd/sda_smart_expected.json           |  5 +++
>  test/disk_tests/sas_ssd/sda_udevadm           | 31 +++++++++++++++++++
>  9 files changed, 78 insertions(+)
>  create mode 100644 test/disk_tests/sas_ssd/disklist
>  create mode 100644 test/disk_tests/sas_ssd/disklist_expected.json
>  create mode 100644 test/disk_tests/sas_ssd/sda/device/model
>  create mode 100644 test/disk_tests/sas_ssd/sda/device/vendor
>  create mode 100644 test/disk_tests/sas_ssd/sda/queue/rotational
>  create mode 100644 test/disk_tests/sas_ssd/sda/size
>  create mode 100644 test/disk_tests/sas_ssd/sda_smart
>  create mode 100644 test/disk_tests/sas_ssd/sda_smart_expected.json
>  create mode 100644 test/disk_tests/sas_ssd/sda_udevadm
> 
>

applied, thanks!