Clean up executable modules
Added execution string and changed file bitmode to 755 of executable modules Change-Id: I61b887fe6e1fa6159b7d53066b58b88d2c72644c
This commit is contained in:
parent
7e180b1c77
commit
ca8ed5eee6
3
quantum/plugins/bigswitch/tests/test_server.py
Normal file → Executable file
3
quantum/plugins/bigswitch/tests/test_server.py
Normal file → Executable file
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
||||
|
||||
# Copyright 2012, Big Switch Networks, Inc.
|
||||
# All Rights Reserved.
|
||||
#
|
||||
@ -15,6 +17,7 @@
|
||||
# under the License.
|
||||
#
|
||||
# @author: Mandeep Dhami, Big Switch Networks, Inc.
|
||||
|
||||
"""
|
||||
Test server mocking a REST based network ctrl. Used for QuantumRestProxy tests
|
||||
"""
|
||||
|
3
quantum/plugins/bigswitch/version.py
Normal file → Executable file
3
quantum/plugins/bigswitch/version.py
Normal file → Executable file
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
||||
#
|
||||
|
||||
# Copyright 2012 OpenStack, LLC
|
||||
# Copyright 2012, Big Switch Networks, Inc.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user