basic_test

./vector/v.in.pdal – basic_test

Test failed

Testbasic_test
Testsuite./vector/v.in.pdal
Test file./vector/v.in.pdal/testsuite/basic_test.py
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:01.035233

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
E
======================================================================
ERROR: test_same_data (__main__.BasicTest)
Test to see if the standard outputs are created
----------------------------------------------------------------------
Traceback (most recent call last):
  File "vector/v.in.pdal/testsuite/basic_test.py", line 62, in test_same_data
    output=self.imported_points)
  File "etc/python/grass/gunittest/case.py", line 1140, in assertModule
    module = _module_from_parameters(module, **kwargs)
  File "etc/python/grass/gunittest/case.py", line 1205, in _module_from_parameters
    module = SimpleModule(module, **kwargs)
  File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__
    Module.__init__(self, cmd, *args, **kargs)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 530, in __init__
    raise GrassError(str_err % self.name)
GrassError: Error running: `v.in.pdal --interface-description`.

----------------------------------------------------------------------
Ran 1 test in 0.425s
FAILED (errors=1)