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

Add MAC address and VLAN configuration to netns #35

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

otahi
Copy link
Contributor

@otahi otahi commented May 23, 2016

Add MAC address and VLAN configuration to netns.

  • Add test scenario for netns DSL
  • Allow simple configuration without netmask nor routing
  • Add MAC address and VLAN configuration (with refactoring)
  • Replace ifconfig command with ip command (refactoring)

@otahi otahi changed the title [WIP] Add MAC address and VLAN configuration to netns Add MAC address and VLAN configuration to netns May 28, 2016
@otahi
Copy link
Contributor Author

otahi commented May 28, 2016

@yasuhito Can you check this pull request?

And "netmask" is "/25" in netns "host1"
And "default_gateway" is "192.168.8.1" in netns "host1"
And a netns named "host2" launches
And "netmask" is "/25" in netns "host2"
Copy link
Member

Choose a reason for hiding this comment

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

Then のステップには「○○は△△となるはず」というふうに書いたほうがいいので、ここはたとえば

the netmask of "host2" should be "/25"

などとするのが良いと思います。

ちなみに、ステップの書き方のお手本としては cucumber/aruba が参考になります。
https://github.com/cucumber/aruba/blob/master/lib/aruba/cucumber/file.rb

@yasuhito yasuhito self-assigned this May 28, 2016
@otahi otahi force-pushed the add_netns_mac_vlan branch 4 times, most recently from 55e46f8 to f896964 Compare June 5, 2016 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants