openvstorage / integrationtests

Open vStorage automated integration tests.
Other
0 stars 1 forks source link

Validate open source edge client cannot connect to closed source voldrv ee #490

Open pploegaert opened 7 years ago

pploegaert commented 7 years ago

Volumedriver-ee version (closed source) should not accept connections from open source track (Fargo -> ...)

Cover area

User story

Volumedriver-ee version (closed source) should:

Potential problem that might occur

Volumedriver-ee does accept a connection from an open source edge client

Additional information

Setup

JeffreyDevloo commented 7 years ago

@pploegaert The current implementation was hardcoded for a quick validation. That implementation also solely covered the magic packet which has been removed in favor of PAM.

As you suggested we could setup a single ovs cluster with the ee or ose version, depending on the host structure and validate it this continously this way. However this implementation will require a bit more work.