Fix inaccuracy in test dvs_update_core_repos

Fix flake8 issues as well.

Change-Id: I556b7a9d416f7558da2fab0ce9f126051c0f0d0e
This commit is contained in:
Vasily Gorin 2016-08-25 12:00:51 +03:00
parent c0879a2f0d
commit 0b1cb8b6c3
2 changed files with 23 additions and 23 deletions

View File

@ -847,7 +847,7 @@ Steps
1. Set up for system tests.
2. Launch ubuntu cloud image.
3. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the router01.
3. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the default router.
4. Create security groups:
SG_web
SG_db
@ -932,7 +932,7 @@ Steps
#####
1. Set up for system tests.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the router01.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the default router.
3. Create security groups:
SG1
SG2
@ -985,7 +985,7 @@ Steps
#####
1. Set up for system tests.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the router01.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the default router.
3. Create security SG1 group with rules:
Ingress rule with ip protocol 'icmp', port range any, SG group 'SG1'
Egress rule with ip protocol 'icmp', port range any, SG group 'SG1'
@ -1037,7 +1037,7 @@ Steps
#####
1. Set up for system tests.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the router01.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the default router.
3. Create security SG1 group with rules:
Ingress rule with ip protocol 'icmp', port range any, SG group 'SG1'
Egress rule with ip protocol 'icmp', port range any, SG group 'SG1'
@ -1088,7 +1088,7 @@ Steps
#####
1. Set up for system tests.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the router01.
2. Create net_1: net01__subnet, 192.168.1.0/24, and attach it to the default router.
3. Create instance 'VM1' of vcenter availability zone in the default internal network. Associate floating ip.
4. Create instance 'VM2' of nova availability zone in the 'net1'network.
5. Create security groups:
@ -1151,7 +1151,7 @@ Steps
5. Run the command below on the Fuel Master node:
`fuel --env <env_id> node --node-id <node_ids_separeted_by_coma> --tasks setup_repositories`
And wait until task is done.
6. Log into controller node and check plugins services are alive and their PID are changed.
6. Log into controller node and check plugins services are alive and their PID are not changed.
7. Check all nodes remain in ready status.
8. Rerun OSTF.

View File

@ -276,62 +276,62 @@ epub_publisher = u'Mirantis Inc.'
epub_copyright = u'2016, Mirantis Inc.'
# The basename for the epub file. It defaults to the project name.
#epub_basename = u'fuel-plugin-openbook'
# epub_basename = u'fuel-plugin-openbook'
# The HTML theme for the epub output. Since the default themes are not optimized
# for small screen space, using the same theme for HTML and epub output is
# usually not wise. This defaults to 'epub', a theme designed to save visual
# space.
#epub_theme = 'epub'
# epub_theme = 'epub'
# The language of the text. It defaults to the language option
# or en if the language is not set.
#epub_language = ''
# epub_language = ''
# The scheme of the identifier. Typical schemes are ISBN or URL.
#epub_scheme = ''
# epub_scheme = ''
# The unique identifier of the text. This can be a ISBN number
# or the project homepage.
#epub_identifier = ''
# epub_identifier = ''
# A unique identification for the text.
#epub_uid = ''
# epub_uid = ''
# A tuple containing the cover image and cover page html template filenames.
#epub_cover = ()
# epub_cover = ()
# A sequence of (type, uri, title) tuples for the guide element of content.opf.
#epub_guide = ()
# epub_guide = ()
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.
#epub_pre_files = []
# epub_pre_files = []
# HTML files shat should be inserted after the pages created by sphinx.
# The format is a list of tuples containing the path and title.
#epub_post_files = []
# epub_post_files = []
# A list of files that should not be packed into the epub file.
epub_exclude_files = ['search.html']
# The depth of the table of contents in toc.ncx.
#epub_tocdepth = 3
# epub_tocdepth = 3
# Allow duplicate toc entries.
#epub_tocdup = True
# epub_tocdup = True
# Choose between 'default' and 'includehidden'.
#epub_tocscope = 'default'
# epub_tocscope = 'default'
# Fix unsupported image types using the PIL.
#epub_fix_images = False
# epub_fix_images = False
# Scale large images.
#epub_max_image_width = 0
# epub_max_image_width = 0
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#epub_show_urls = 'inline'
# epub_show_urls = 'inline'
# If false, no index is generated.
#epub_use_index = True
# epub_use_index = True