Skip to content

Commit ae5d303

Browse files
committed
Add layout for floating ip test
1 parent b9f39fc commit ae5d303

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace OpenStack.Networking.v2.Layer3
8+
{
9+
public class Layer3ExtensionTests
10+
{
11+
/*
12+
1. Make an internal network and subnet.
13+
2. Make an external network and submit.
14+
3. Make a router on the external network.
15+
4. Attach the router to the internal network.
16+
5. Make a floating ip on the external network.
17+
6. Make a server on the internal network.
18+
7. Associate the floating ip to the server.
19+
*/
20+
}
21+
}

0 commit comments

Comments
 (0)