You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of tests in here are linux specific, we should refactor them into agent_capability_unix_test file. Only keep common test for both linux and windows in agent_capability_test
Currently we don't verify CNI plugins binary on agent start up. Currently only when in AWSVPC mode, agent will invoke capabilities command in verifyCNIPluginsCapabilities here We should always validate all the plugin binaries during agent start up (by invoking version command). Including
// a. ecs-eni
// b. ecs-bridge
// c. ecs-ipam
// d. aws-appmesh
Description
Expected Behavior
Observed Behavior
Environment Details
Supporting Log Snippets
The text was updated successfully, but these errors were encountered:
Discussed with Derek and Eric, part 2 is not needed at this time because plugin binaries are only required for AWSVPC mode and the presence of binaries are tested implicitly with our functional tests when agent starts up.
See: eni app-mesh ecs-bridge, ecs-ipam
Summary
Description
Expected Behavior
Observed Behavior
Environment Details
Supporting Log Snippets
The text was updated successfully, but these errors were encountered: