HTTP-APIs / hydra-flock-demo

The main repository for the Hydra Flock Demo-Simulation
MIT License
10 stars 18 forks source link

Fixed everything #10

Closed xadahiya closed 7 years ago

xadahiya commented 7 years ago
Mec-iS commented 7 years ago

@xadahiya

http://central_server/serverapi/vocab#
FF.F.F..F.F..
======================================================================
FAIL: test_request_area (tests.test_central_server_endpoints.TestCSRequests)
Test the Area endpoint.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/app/tests/test_central_server_endpoints.py", line 49, in test_request_area
    assert request_get.status_code in [200, 404]
AssertionError

======================================================================
FAIL: test_request_command_collection (tests.test_central_server_endpoints.TestCSRequests)
Test the CommandCollection endpoint.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/app/tests/test_central_server_endpoints.py", line 64, in test_request_command_collection
    assert request_get.status_code == 200
AssertionError

======================================================================
FAIL: test_request_datastream_collection (tests.test_central_server_endpoints.TestCSRequests)
Test the DatastreamCollection endpoint.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/app/tests/test_central_server_endpoints.py", line 76, in test_request_datastream_collection
    assert request_get.status_code == 200
AssertionError

======================================================================
FAIL: test_request_drone_collection (tests.test_central_server_endpoints.TestCSRequests)
Test the DroneCollection endpoint.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/app/tests/test_central_server_endpoints.py", line 88, in test_request_drone_collection
    assert request_get.status_code == 200
AssertionError

======================================================================
FAIL: test_request_log_entry_collection (tests.test_central_server_endpoints.TestCSRequests)
Test the LogEntryCollection endpoint.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/app/tests/test_central_server_endpoints.py", line 100, in test_request_log_entry_collection
    assert request_get.status_code == 200
AssertionError

======================================================================
FAIL: test_request_message_collection (tests.test_central_server_endpoints.TestCSRequests)
Test the MessageCollection endpoint.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/app/tests/test_central_server_endpoints.py", line 112, in test_request_message_collection
    assert request_get.status_code == 200
AssertionError

----------------------------------------------------------------------
Ran 13 tests in 0.185s

FAILED (failures=6)
Mec-iS commented 7 years ago

python db_init.py got stucked:

root@75ff471b568f:/app# python db_init.py
Droping database if exist