Tests: Trivial fox use of 'is'. 73/17973/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 1 Mar 2019 18:35:55 +0000 (10:35 -0800)
committerDamjan Marion <dmarion@me.com>
Fri, 1 Mar 2019 20:50:25 +0000 (20:50 +0000)
commitbeded852d7e1494abd23de191ba7ae2a5a6b81b0
tree5346481b40c9f3f8254ffa685efe1690f0a91e42
parentfe480f6830166e35f1073211cba9db066a5c858e
Tests: Trivial fox use of 'is'.

'is' evaluates diffently depending on the value.

  >>> x=-10
  >>> x is -10
  False

  >>> x=10
  >>> x is 10
  True
  >>>

Change-Id: If72ec7c47e3e95180a4d08a773984253c80154d6
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/vpp_ip_route.py
test/vpp_neighbor.py