Skip to content

Conversation

shreyamalviya
Copy link
Contributor

What does this PR do?

Fixes #3241

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?
  • Have you checked that you haven't introduced any duplicate code?

Testing Checklist

  • Added relevant unit tests?
  • Do all unit tests pass?
  • Do all end-to-end tests pass?
  • Any other testing performed?

    Tested by {Running the Monkey locally with relevant config/running Island/...}

  • If applicable, add screenshots or log transcripts of the feature working

@@ -113,6 +122,7 @@ def reset_island(self):
self._reset_simulation_data()
self._reset_credentials()
self._reset_island_mode()
self.set_masque(b"")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think when the endpoint to reset the island mode is called, this should happen automatically. I'm working on a PR for that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now unnecessary due to PR #3257. That being said, I don't mind leaving it. It's explicit.

@mssalvatore mssalvatore force-pushed the 3241-modify-bb-tests branch from 4684695 to 7f8f315 Compare April 26, 2023 16:23
@mssalvatore mssalvatore marked this pull request as ready for review April 26, 2023 16:24
@mssalvatore mssalvatore changed the base branch from develop to 3241-reset-masque-on-mode-change April 26, 2023 16:25
@mssalvatore mssalvatore force-pushed the 3241-modify-bb-tests branch from 7f8f315 to d7c6acc Compare April 26, 2023 16:26
Base automatically changed from 3241-reset-masque-on-mode-change to develop April 26, 2023 17:06
@mssalvatore mssalvatore force-pushed the 3241-modify-bb-tests branch from d7c6acc to b6baa64 Compare April 26, 2023 17:06
@mssalvatore mssalvatore merged commit d858c0d into develop Apr 26, 2023
@mssalvatore mssalvatore deleted the 3241-modify-bb-tests branch April 26, 2023 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Malware Masquerade (backend)
2 participants