_sandboxremote.py: Remove unnecessary tests.

Description

Fixes #786 (closed).

The calls to verify_digest_pushed in SandboxRemote's methods run_remote_command and run do not do anything useful. push_message and push_directory will both raise assertion failures if they fail to send the digest to the server. Checking the digest returned by each only tests that the content was hashed locally, which cannot reasonably fail.

Changes proposed in this merge request:

  • Remove calls to verify_digest_pushed in SandboxRemote

This merge request, when approved, will close: #786 (closed)


Merge request reports

Loading