test_profile_ncspm stderr

ERROR: Raster map <elevation> not found
E
======================================================================
ERROR: setUpClass (__main__.TestProfileNCSPM)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.profile/testsuite/test_profile_ncspm.py", line 138, in setUpClass
    gcore.run_command('g.region', raster='elevation')
  File "etc/python/grass/script/core.py", line 376, in run_command
    return handle_errors(returncode, returncode, args, kwargs)
  File "etc/python/grass/script/core.py", line 312, in handle_errors
    returncode=returncode)
CalledModuleError: Module run None ['g.region', 'raster=elevation'] ended with error
Process ended with non-zero return code 1. See errors in the (error) output.

----------------------------------------------------------------------
Ran 0 tests in 0.054s
FAILED (errors=1)