Re: [U-Boot] [PATCH v2 5/5] test/py: clarify a package dependency for test_fs

2019-05-28 Thread Tom Rini
On Tue, May 28, 2019 at 07:18:34PM +0200, Heinrich Schuchardt wrote:
> On 5/24/19 7:10 AM, AKASHI Takahiro wrote:
> >File system tests, test_fs, relies on guestmount so that it can be
> >executed in a user mode. Describe this in README.md.
> >
> >Signed-off-by: AKASHI Takahiro 
> >---
> >  test/py/README.md | 19 ++-
> >  1 file changed, 10 insertions(+), 9 deletions(-)
> >
> >diff --git a/test/py/README.md b/test/py/README.md
> >index 2156661d6c42..50b174b51960 100644
> >--- a/test/py/README.md
> >+++ b/test/py/README.md
> >@@ -25,15 +25,16 @@ On Debian or Debian-like distributions, the following 
> >packages are required.
> >  Some packages are required to execute any test, and others only for 
> > specific
> >  tests. Similar package names should exist in other distributions.
> >
> >-| Package| Version tested (Ubuntu 14.04) |
> >-| -- | - |
> >-| python | 2.7.5-5ubuntu3|
> >-| python-pytest  | 2.5.1-1   |
> >-| python-subunit | - |
> >-| gdisk  | 0.8.8-1ubuntu0.1  |
> >-| dfu-util   | 0.5-1 |
> >-| dtc| 1.4.0+dfsg-1  |
> >-| openssl| 1.0.1f-1ubuntu2.22|
> >+| Package | Version tested (Ubuntu 14.04) |
> 
> Ubuntu 14.04 reached end of life in April.

FWIW, I had a local patch to try and update this list to 16.04 a while
ago, but never finished.  We should probably avoid spelling out a host
distribution and version and just say what we need installed.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v2 5/5] test/py: clarify a package dependency for test_fs

2019-05-28 Thread Heinrich Schuchardt

On 5/24/19 7:10 AM, AKASHI Takahiro wrote:

File system tests, test_fs, relies on guestmount so that it can be
executed in a user mode. Describe this in README.md.

Signed-off-by: AKASHI Takahiro 
---
  test/py/README.md | 19 ++-
  1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/test/py/README.md b/test/py/README.md
index 2156661d6c42..50b174b51960 100644
--- a/test/py/README.md
+++ b/test/py/README.md
@@ -25,15 +25,16 @@ On Debian or Debian-like distributions, the following 
packages are required.
  Some packages are required to execute any test, and others only for specific
  tests. Similar package names should exist in other distributions.

-| Package| Version tested (Ubuntu 14.04) |
-| -- | - |
-| python | 2.7.5-5ubuntu3|
-| python-pytest  | 2.5.1-1   |
-| python-subunit | - |
-| gdisk  | 0.8.8-1ubuntu0.1  |
-| dfu-util   | 0.5-1 |
-| dtc| 1.4.0+dfsg-1  |
-| openssl| 1.0.1f-1ubuntu2.22|
+| Package | Version tested (Ubuntu 14.04) |


Ubuntu 14.04 reached end of life in April.


+| --- | - |
+| python  | 2.7.5-5ubuntu3|
+| python-pytest   | 2.5.1-1   |
+| python-subunit  | - |
+| gdisk   | 0.8.8-1ubuntu0.1  |
+| dfu-util| 0.5-1 |
+| dtc | 1.4.0+dfsg-1  |


A package called dtc does not exist in Ubuntu. Should this be
device-tree-compiler?


+| openssl | 1.0.1f-1ubuntu2.22|
+| libguestfs-tools| 1:1.32.2-4ubuntu2.2   |


This is a version from Ubuntu 16.04). But the table header refers to
Ubuntu 14.04. Please, provide consistent information.

Best regards

Heinrich



  The test script supports either:




___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v2 5/5] test/py: clarify a package dependency for test_fs

2019-05-28 Thread Heinrich Schuchardt

On 5/24/19 7:10 AM, AKASHI Takahiro wrote:

File system tests, test_fs, relies on guestmount so that it can be
executed in a user mode. Describe this in README.md.


It is unclear where commands from package libguestfs-tools are used. I
could not find any script in directory test/ using it.

As already mentioned in reply to patch 4 of the series, please, provide
clear instructions how to invoke the file system tests in this README.md.

make qemu_arm64_defconfig
make
python3 ./test/py/test.py --bd=qemu-arm64 --build-dir=.

is simply skipping all of them.

Best regards

Heinrich



Signed-off-by: AKASHI Takahiro 
---
  test/py/README.md | 19 ++-
  1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/test/py/README.md b/test/py/README.md
index 2156661d6c42..50b174b51960 100644
--- a/test/py/README.md
+++ b/test/py/README.md
@@ -25,15 +25,16 @@ On Debian or Debian-like distributions, the following 
packages are required.
  Some packages are required to execute any test, and others only for specific
  tests. Similar package names should exist in other distributions.

-| Package| Version tested (Ubuntu 14.04) |
-| -- | - |
-| python | 2.7.5-5ubuntu3|
-| python-pytest  | 2.5.1-1   |
-| python-subunit | - |
-| gdisk  | 0.8.8-1ubuntu0.1  |
-| dfu-util   | 0.5-1 |
-| dtc| 1.4.0+dfsg-1  |
-| openssl| 1.0.1f-1ubuntu2.22|
+| Package | Version tested (Ubuntu 14.04) |
+| --- | - |
+| python  | 2.7.5-5ubuntu3|
+| python-pytest   | 2.5.1-1   |
+| python-subunit  | - |
+| gdisk   | 0.8.8-1ubuntu0.1  |
+| dfu-util| 0.5-1 |
+| dtc | 1.4.0+dfsg-1  |
+| openssl | 1.0.1f-1ubuntu2.22|
+| libguestfs-tools| 1:1.32.2-4ubuntu2.2   |

  The test script supports either:




___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v2 5/5] test/py: clarify a package dependency for test_fs

2019-05-23 Thread AKASHI Takahiro
File system tests, test_fs, relies on guestmount so that it can be
executed in a user mode. Describe this in README.md.

Signed-off-by: AKASHI Takahiro 
---
 test/py/README.md | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/test/py/README.md b/test/py/README.md
index 2156661d6c42..50b174b51960 100644
--- a/test/py/README.md
+++ b/test/py/README.md
@@ -25,15 +25,16 @@ On Debian or Debian-like distributions, the following 
packages are required.
 Some packages are required to execute any test, and others only for specific
 tests. Similar package names should exist in other distributions.
 
-| Package| Version tested (Ubuntu 14.04) |
-| -- | - |
-| python | 2.7.5-5ubuntu3|
-| python-pytest  | 2.5.1-1   |
-| python-subunit | - |
-| gdisk  | 0.8.8-1ubuntu0.1  |
-| dfu-util   | 0.5-1 |
-| dtc| 1.4.0+dfsg-1  |
-| openssl| 1.0.1f-1ubuntu2.22|
+| Package | Version tested (Ubuntu 14.04) |
+| --- | - |
+| python  | 2.7.5-5ubuntu3|
+| python-pytest   | 2.5.1-1   |
+| python-subunit  | - |
+| gdisk   | 0.8.8-1ubuntu0.1  |
+| dfu-util| 0.5-1 |
+| dtc | 1.4.0+dfsg-1  |
+| openssl | 1.0.1f-1ubuntu2.22|
+| libguestfs-tools| 1:1.32.2-4ubuntu2.2   |
 
 The test script supports either:
 
-- 
2.21.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot