From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.4 Received: from mail.toke.dk by mail.toke.dk with LMTP id j2/mH2r0hl7kjAkAOr1fkg (envelope-from ) for ; Fri, 03 Apr 2020 10:31:38 +0200 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=PyLrzW0c Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 681EC723D80 for ; Fri, 3 Apr 2020 10:31:36 +0200 (CEST) Received: from [::1] (port=54398 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.93) (envelope-from ) id 1jKHji-001Sdf-UZ; Fri, 03 Apr 2020 11:31:34 +0300 Received: from out-5.smtp.github.com ([192.30.252.196]:33899) by web6.sd.eurovps.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jKHjb-001SZ3-Jq for flent-users@flent.org; Fri, 03 Apr 2020 11:31:33 +0300 Date: Fri, 03 Apr 2020 01:30:47 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1585902647; bh=7BwMmSQQzI9ruLnFwFLf/PoA2PsYt3Cnub2lzULDONg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PyLrzW0c1PU4dVA6e1tJe0mC/8UDBIU4kKIGJm+3G6CZ8IcAuegfkmVPQEhhjnpa4 1yqlFnVsGQjsynDJfaIvXfAhriISoWa4g/koCMPa9jv2al70okNfKkngVi6Dp1rW3r cEoF62dbgadpIoyHPscrW6/bLBXc7nrIGKjq8bJo= From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: comment X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: Re: [Flent-users] [tohojo/flent] Customized test displaying error (#203) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.29 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Comment , flent-users Content-Type: multipart/mixed; boundary="===============3639473130979493703==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============3639473130979493703== Content-Type: multipart/alternative; boundary="--==_mimepart_5e86f43728f65_49713fc55dacd96c121459"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5e86f43728f65_49713fc55dacd96c121459 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit olg33 writes: > Hi Tohojo, > Sorry I was also busy. Let me tell what I did: > > First I copied the new rrul_var.conf test file you created in my local directory /usr/share/flent/flent/tests > Then I typed: >> flent rrul_var --test-parameter bidir_streams=7 --test-parameter markings=11,13,15,17,19,10,1 -H 172.11.85.2 > > But after that, I get the following alarm: > >>ERROR: Unable to read test config file '/usr/share/flent/flent/tests/rrul_var.conf': 'get_test_parameter() got an unexpected keyword argument 'cast''. > > Am I missing any step on adding the new test? Below is the version I'm using: > >>Flent v1.2.2. > Running on Python 3.6.9 (default, Nov 7 2019, 10:44:02) [GCC 8.3.0]. > Using matplotlib version 2.1.1 on numpy 1.13.3. > Using PyQt5 version 5.10.1. You'll need to use the git version of Flent. If you clone the repository you can either run 'sudo make install' to install it into the system, or just use the run-flent script directly in the directory with the Flent source... -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/203#issuecomment-608303620 ----==_mimepart_5e86f43728f65_49713fc55dacd96c121459 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

olg33 <notifications@github.com> writes:

> Hi Tohojo,
> Sorry I was also busy. Let me tell what I did:
>
> First I copied the new rrul_var.conf test file you created in my local directory /usr/share/flent/flent/tests
> Then I typed:
>> flent rrul_var --test-parameter bidir_streams=7 --test-parameter markings=11,13,15,17,19,10,1 -H 172.11.85.2
>
> But after that, I get the following alarm:
>
>>ERROR: Unable to read test config file '/usr/share/flent/flent/tests/rrul_var.conf': 'get_test_parameter() got an unexpected keyword argument 'cast''.
>
> Am I missing any step on adding the new test? Below is the version I'm using:
>
>>Flent v1.2.2.
> Running on Python 3.6.9 (default, Nov 7 2019, 10:44:02) [GCC 8.3.0].
> Using matplotlib version 2.1.1 on numpy 1.13.3.
> Using PyQt5 version 5.10.1.

You'll need to use the git version of Flent. If you clone the repository
you can either run 'sudo make install' to install it into the system, or
just use the run-flent script directly in the directory with the Flent
source...


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_5e86f43728f65_49713fc55dacd96c121459-- --===============3639473130979493703== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============3639473130979493703==--