Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add/delete SG members #47

Closed
jerome-jutteau opened this issue Jun 27, 2016 · 0 comments
Closed

test: add/delete SG members #47

jerome-jutteau opened this issue Jun 27, 2016 · 0 comments
Assignees
Labels

Comments

@jerome-jutteau
Copy link
Contributor

jerome-jutteau commented Jun 27, 2016

Initial setup:

  • Machine A security group: SG1
  • Machine B security group: SG2
  • SG1 members: A's IP
  • SG2 members: B's IP
  • SG1 rule: Allow all members of SG1 to access UDP port 8000
  • SG2 rule: Allow all members of SG2 to access UDP port 9000

Tests that:

  • machine A can't speak with B on UDP port 9000.
  • machine B can't speak with A on UDP port 8000.

Change setup:

  • SG1: members: add B's IP
  • SG2: members: add A's IP

Test that:

  • machine A can speak with B on UDP port 9000.
  • machine B can speak with A on UDP port 8000.

Change setup:

  • SG1: members: remove B's IP
  • SG2: members: remove A's IP

Test that:

  • machine A can't speak with B on UDP port 9000.
  • machine B can't speak with A on UDP port 8000.
@jerome-jutteau jerome-jutteau changed the title test: specific host oriented SG tests test: specific TCP/UDP ports: add/change/deletion of members in SG Jun 27, 2016
@jerome-jutteau jerome-jutteau changed the title test: specific TCP/UDP ports: add/change/deletion of members in SG test: add/change/deletion of members in SG Jun 27, 2016
@jerome-jutteau jerome-jutteau changed the title test: add/change/deletion of members in SG test: add/delete SG members Jun 27, 2016
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 5, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 6, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 7, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 12, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 13, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 14, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 22, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 23, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 26, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Sep 27, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Oct 4, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Oct 11, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
outscale-toa added a commit to outscale-toa/butterfly that referenced this issue Oct 14, 2016
closed outscale#47

Signed-off-by: Thiery Ouattara <thiery.ouattara@outscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants