summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-10-02 13:57:47 +0300
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-10-02 13:57:47 +0300
commit4d9843200ef1dde2442667cd077afb24f09087ba (patch)
treec7e951d81a490d50a977defa45c23c57973e7abc /docs
parent46cb9e081cb7cb64201d739f46cc1fc2fecf2a12 (diff)
Remove tempest networking bgpvpn testcases
JIRA: SDNVPN-230 This patch removes networking bgpvpn testcases from sdnvpn project. The testcases from gambia release and up until now they run by functest project inside smoke container. There is no reason to run them inside features functest container any more. Change-Id: Iae031c17d15822358bfe21448c0d16fa14bc35de Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/development/overview/index.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst
index 4511e0a..1127130 100644
--- a/docs/development/overview/index.rst
+++ b/docs/development/overview/index.rst
@@ -23,28 +23,6 @@ SDNVPN Testing Suite
An overview of the SDNVPN Test is depicted here. A more detailed description of each test case can
be found at `SDNVPN Testing <https://wiki.opnfv.org/display/sdnvpn/SDNVPN+Testing>`_.
-BGPVPN Tempest test cases
-"""""""""""""""""""""""""
-
-#. Create BGPVPN passes
-#. Create BGPVPN as non-admin fails
-#. Delete BGPVPN as non-admin fails
-#. Show BGPVPN as non-owner fails
-#. List BGPVPNs as non-owner fails
-#. Show network associated BGPVPNs as non-owner fails
-#. List network associated BGPVPNs as non-owner fails
-#. Associate/Deassociate a network to a BGPVPN resource passes
-#. Update route targets on a BGPVPN passes
-#. Update route targets on a BGPVPN as non-admin fails
-#. Reject the creation of BGPVPN with invalid route targets passes
-#. Reject the update of BGPVPN with invalid route targets passes
-#. Reject the association on an invalid network to a BGPVPN passes
-#. Reject the diassociation on an invalid network to a BGPVPN passes
-#. Associate/Deassociate a router to a BGPVPN resource passes
-#. Attach the subnet of an associated network to an associated router of the same BGVPN passes
-
-
-
Functest scenario specific tests
""""""""""""""""""""""""""""""""""
- **Test Case 1**: VPN provides connectivity between subnets, using network association
>219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345